forked from qt-creator/qt-creator
Tracing: Depend on QtQuick
Otherwise qmlcachegen and qmlsc won't find any QtQuick types when analyzing the QML-exposed C++ types of the module. Change-Id: Ic7860b430c04b9290e2f972e4761f1ccbc7f67ab Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -104,6 +104,8 @@ qt_add_qml_module(Tracing
|
|||||||
URI "QtCreator.Tracing"
|
URI "QtCreator.Tracing"
|
||||||
VERSION "1.0"
|
VERSION "1.0"
|
||||||
NO_PLUGIN
|
NO_PLUGIN
|
||||||
|
DEPENDENCIES
|
||||||
|
QtQuick
|
||||||
QML_FILES
|
QML_FILES
|
||||||
${TRACING_QML_FILES}
|
${TRACING_QML_FILES}
|
||||||
RESOURCES
|
RESOURCES
|
||||||
|
Reference in New Issue
Block a user