Add Gui to QT_COMPONENTS

This commit is contained in:
Jonas Kvinge 2021-06-08 22:49:34 +02:00
parent 80d127c277
commit a6424c005f
1 changed files with 1 additions and 1 deletions

View File

@ -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()