aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2023-04-26 13:37:03 +0200
committerTim Jenssen <tim.jenssen@qt.io>2023-04-26 17:45:45 +0000
commiteb6b5885c93a55ff78cba9eaa2cf240a3e0e8304 (patch)
tree87e6ef5827df7ad9aa690ff4b2cfeea7e58b9a04
parentb9b36f0424f207edf720948e91755132ed3c1b1a (diff)
QmlDesigner: Place qmlpuppet configuration in system import path
The system import path is called "/qt-project.org/imports". The fact that the qml tool gets this wrong doesn't mean that qmlpuppet has to get it wrong, too. Task-number: QDS-9342 Change-Id: If6e2c636b840d112e566ee4b67e916f97a8d52e5 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> (cherry picked from commit d52357be1cabd7ec44e589c15b03d781cab0001e)
-rw-r--r--src/tools/qml2puppet/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qml2puppet/CMakeLists.txt b/src/tools/qml2puppet/CMakeLists.txt
index 9f46e49ef6..98b1ebdf45 100644
--- a/src/tools/qml2puppet/CMakeLists.txt
+++ b/src/tools/qml2puppet/CMakeLists.txt
@@ -236,7 +236,7 @@ if (Qt6_VERSION VERSION_GREATER_EQUAL 6.4.0)
qt_add_qml_module(qml2puppet
URI QmlRuntime.QmlConfiguration
VERSION 1.0
- RESOURCE_PREFIX "/qt-project.org"
+ RESOURCE_PREFIX "/qt-project.org/imports"
)
if (QTC_STATIC_BUILD)
qt_import_qml_plugins(qml2puppet PATH_TO_SCAN ${SRCDIR})