QmlDesigner: Use RESOURCE_PREFIX for QmlRuntime.QmlConfiguration

See: QTBUG-104554

Task-number: QDS-9342
Change-Id: I3e097a2c4dd27673ec2a9a7d3e3e9b1e82a722ff
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
(cherry picked from commit 3d3ac0fca88ea5bd1a72e547516920bf00fda633)
This commit is contained in:
Thomas Hartmann
2023-04-25 11:00:36 +02:00
committed by Tim Jenssen
parent 79fee70ed2
commit 4f8c55c331

View File

@@ -236,6 +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"
)
if (QTC_STATIC_BUILD)
qt_import_qml_plugins(qml2puppet PATH_TO_SCAN ${SRCDIR})