summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-06-24 08:17:18 +0300
committerJuha Vuolle <juha.vuolle@insta.fi>2021-07-01 09:37:38 +0300
commit2792d190cab778b2f1ed4591156fd2a282ec5d31 (patch)
tree90600260bc88e82be1961d6c0bb72c50abe1e8da /src
parentc5a1a377cd3f6778421df818836c2ea948698d14 (diff)
qtsensors: Add QtQml dependency
The QtSensors module needs QtQml as a dependency or else tooling is not able to properly resolve its types. Pick-to: 6.2 Change-Id: I16872f59d58b07781d3a9024bb94a2e021f3f84b Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/sensorsquick/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sensorsquick/CMakeLists.txt b/src/sensorsquick/CMakeLists.txt
index 04a2bc2f..6c247a6f 100644
--- a/src/sensorsquick/CMakeLists.txt
+++ b/src/sensorsquick/CMakeLists.txt
@@ -25,6 +25,8 @@ qt_internal_add_qml_module(SensorsQuick
qsensorsquickglobal_p.h
DEFINES
QT_BUILD_SENSORSQUICK_LIB
+ DEPENDENCIES
+ QtQml
PUBLIC_LIBRARIES
Qt::Core
Qt::Qml