summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2021-06-21 12:53:51 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-21 12:15:38 +0000
commit592a3b79db36c9c27766c11560e806218a1a8296 (patch)
tree92d6ab16463560e73333509bccb4b82f045fe0a6
parent6a06aca1d3f61c5a720a393f7720c17d4c05c987 (diff)
statemachineqml: Add QtQml dependency
The statemachine module needs QtQml as a dependency or else tooling is not able to properly resolve its types. Change-Id: I436456ba9e9351d04af0364fc98618a44e634edd Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit 1182a4acded8f19d803a1aac626170d5f9ddcd7d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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