summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2021-06-21 12:53:51 +0200
committerMaximilian Goldstein <max.goldstein@qt.io>2021-06-21 13:28:37 +0200
commit1182a4acded8f19d803a1aac626170d5f9ddcd7d (patch)
tree31e5b7ba0223f582a6e2ed57398d3dce81ffbf97
parent15ba6d80cf7319056cbf1e832c9e00f77d1693bd (diff)
statemachineqml: Add QtQml dependency
The statemachine module needs QtQml as a dependency or else tooling is not able to properly resolve its types. Pick-to: 6.2 Change-Id: I436456ba9e9351d04af0364fc98618a44e634edd Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
-rw-r--r--src/statemachineqml/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/statemachineqml/CMakeLists.txt b/src/statemachineqml/CMakeLists.txt
index 5618ba0..8323210 100644
--- a/src/statemachineqml/CMakeLists.txt
+++ b/src/statemachineqml/CMakeLists.txt
@@ -16,6 +16,8 @@ qt_internal_add_qml_module(StateMachineQml
statemachineforeign_p.h
DEFINES
QT_BUILD_STATEMACHINEQML_LIB
+ DEPENDENCIES
+ QtQml
PUBLIC_LIBRARIES
Qt::Core
Qt::Qml