1
0
Fork 0

One more tweak for QtQuick header detection.

This commit is contained in:
James Turner 2017-10-04 12:07:12 +01:00
parent e6402f505a
commit 7824571ec2

View file

@ -318,7 +318,7 @@ endif (USE_DBUS)
## Qt5 setup setup
if (ENABLE_QT)
message(STATUS "Qt launcher enabled, checking for Qt 5.4 / qmake")
find_package(Qt5 5.4 COMPONENTS Widgets Network Qml QuickWidgets)
find_package(Qt5 5.4 COMPONENTS Widgets Network Qml Quick QuickWidgets)
if (Qt5Widgets_FOUND)
message(STATUS "Will enable Qt launcher GUI")
message(STATUS " Qt5Widgets version: ${Qt5Widgets_VERSION_STRING}")