Add Gui to QT_COMPONENTS
This commit is contained in:
@@ -146,7 +146,7 @@ endif()
|
|||||||
if(QT_VERSION_MAJOR)
|
if(QT_VERSION_MAJOR)
|
||||||
set(QT_DEFAULT_MAJOR_VERSION ${QT_VERSION_MAJOR})
|
set(QT_DEFAULT_MAJOR_VERSION ${QT_VERSION_MAJOR})
|
||||||
endif()
|
endif()
|
||||||
set(QT_COMPONENTS Core Concurrent Widgets Network Sql)
|
set(QT_COMPONENTS Core Concurrent Gui Widgets Network Sql)
|
||||||
if(DBUS_FOUND AND NOT WIN32)
|
if(DBUS_FOUND AND NOT WIN32)
|
||||||
list(APPEND QT_COMPONENTS DBus)
|
list(APPEND QT_COMPONENTS DBus)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user