One more tweak for QtQuick header detection.
This commit is contained in:
parent
e6402f505a
commit
7824571ec2
1 changed files with 1 additions and 1 deletions
|
@ -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}")
|
||||
|
|
Loading…
Reference in a new issue