X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=CMakeLists.txt;h=cd9f79d22db85ddd276e3d125b43fb1819bdb1fd;hb=8961f348947fc55cc4bc769563684af3f2ea7ccc;hp=c3acc218881f4ef1721beaf780fdae7956bcf9d5;hpb=a8ab790b2218d6131f12b622b1373ba62958f3ef;p=quassel.git 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})