X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=cd9f79d22db85ddd276e3d125b43fb1819bdb1fd;hp=c3acc218881f4ef1721beaf780fdae7956bcf9d5;hb=42d328e94a3bed8e6b0a32e7a234281e6d184325;hpb=af9f6788daf6910d3727bf5a85cd88ebf0b93ba4 diff --git a/CMakeLists.txt b/CMakeLists.txt index c3acc218..cd9f79d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -169,7 +169,7 @@ if (BUILD_GUI) list(APPEND qt_components Gui Widgets) endif() if (BUILD_CORE) - list(APPEND qt_components Script Sql) + list(APPEND qt_components Sql) endif() find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS ${qt_components})