diff --git a/CMakeLists.txt b/CMakeLists.txt index 787034e5..2d941183 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,7 +146,7 @@ endif() if(QT_VERSION_MAJOR) set(QT_DEFAULT_MAJOR_VERSION ${QT_VERSION_MAJOR}) endif() -set(QT_COMPONENTS Core Concurrent Widgets Network Sql) +set(QT_COMPONENTS Core Concurrent Gui Widgets Network Sql) if(DBUS_FOUND AND NOT WIN32) list(APPEND QT_COMPONENTS DBus) endif()