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:
Ulf Hermann
2022-01-04 18:12:01 +01:00
parent b783d1bd2a
commit c2691094ca

View File

@@ -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