summaryrefslogtreecommitdiffstats
path: root/examples/demos/calqlatr/calqlatr.qrc
diff options
context:
space:
mode:
authorEd Cooke <ed.cooke@qt.io>2024-04-15 15:40:38 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-04-15 22:39:55 +0000
commit841cbcd4006b8a35603c70904aeee2509e593046 (patch)
tree978c8d4b572a31981d15596f5f6f348dd25d9394 /examples/demos/calqlatr/calqlatr.qrc
parent1d4dd2e6b2bea3e08f1eeb3ef25a2a24d70cdf5f (diff)
Add qmldir file to calqlatr example
In order for the calqlatr example to successfully load Main.qml when building with qmake, a qmldir file needs to be added. In addition, the files listed in OTHER_FILES, were redundant, since those files were already listed as qrc resources. Fixes: QTBUG-123714 Pick-to: 6.6 Change-Id: Id773ecf93c9b113385121da62de99ced3f8debdf Reviewed-by: Santhosh Kumar <santhosh.kumar.selvaraj@qt.io> (cherry picked from commit 6c73363cd314bdde6d019db1e57a74c40d8bdd90) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/demos/calqlatr/calqlatr.qrc')
-rw-r--r--examples/demos/calqlatr/calqlatr.qrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/demos/calqlatr/calqlatr.qrc b/examples/demos/calqlatr/calqlatr.qrc
index e3bc1dbf5..350011e6e 100644
--- a/examples/demos/calqlatr/calqlatr.qrc
+++ b/examples/demos/calqlatr/calqlatr.qrc
@@ -1,5 +1,6 @@
<RCC>
- <qresource prefix="/demos/calqlatr">
+ <qresource prefix="/qt/qml/demos/calqlatr">
+ <file>qmldir</file>
<file>Main.qml</file>
<file>content/calculator.js</file>
<file>content/Display.qml</file>