summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2023-08-30 10:21:58 +0200
committerUlf Hermann <ulf.hermann@qt.io>2023-08-30 11:14:50 +0200
commit5d3c0f75ccb82dc142dd0e5c778377781918f70b (patch)
tree74af75f328ebe8b51107e1f779d98a63eb3dd014
parentc4c89b88bfaa3c9cc75ffb64f4984ec918c72d27 (diff)
Add missing QML module dependencies
Clearly, the QML module depends on QtPositioning and QtQuick for its types. Pick-to: 6.6 6.5 Change-Id: I05838fb2ec3ec6e73af455eb2ee50da91e2e2556 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--src/location/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/location/CMakeLists.txt b/src/location/CMakeLists.txt
index 5bc2c18f..b5f2f5ca 100644
--- a/src/location/CMakeLists.txt
+++ b/src/location/CMakeLists.txt
@@ -173,6 +173,9 @@ qt_internal_add_qml_module(Location
declarativeplaces/qdeclarativesearchsuggestionmodel_p.h
declarativeplaces/qdeclarativesupportedcategoriesmodel.cpp
declarativeplaces/qdeclarativesupportedcategoriesmodel_p.h
+ DEPENDENCIES
+ QtQuick/auto
+ QtPositioning/auto
)
qt_internal_add_docs(Location