forked from qt-creator/qt-creator
QmlProjectManager: Fix CMake build with absent Qt5::QuickWidgets
Change-Id: Ic6c211a629bc4e5f215abad0bd80c6edb64f5c5d Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
add_qtc_plugin(QmlPreview
|
||||
CONDITION TARGET QmlProjectManager
|
||||
PUBLIC_DEPENDS QmlDebug
|
||||
DEPENDS QmlJS
|
||||
PLUGIN_DEPENDS
|
||||
|
@@ -1,4 +1,5 @@
|
||||
add_qtc_plugin(QmlProjectManager
|
||||
CONDITION TARGET Qt5::QuickWidgets
|
||||
PLUGIN_CLASS QmlProjectPlugin
|
||||
DEPENDS QmlJS Qt5::QuickWidgets
|
||||
PLUGIN_DEPENDS Core ProjectExplorer QtSupport
|
||||
|
@@ -1,4 +1,5 @@
|
||||
add_qtc_test(tst_qml_testcore
|
||||
CONDITION TARGET QmlProjectManaer
|
||||
DEFINES
|
||||
QT_CREATOR
|
||||
QMLDESIGNER_TEST
|
||||
|
Reference in New Issue
Block a user