aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-03-07 13:40:31 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-03-07 14:00:50 +0100
commit2eb1494bdcec943e360e76ea40b4518b1e01e210 (patch)
tree31facf38e25ce3cbbb30a46e6c3fbdd8e40ef796 /examples/quick
parent1fc13ba08af467e54670ab7b5d2ae9484b91c4a9 (diff)
Adapt quick/window example to AUTO_RESOURCE_PREFIX
The source code was changed in d270c51f812b5f0ffe6208b38c8ea0e898535e50 but without updating the qrc file. Pick-to: 6.5 Change-Id: I7229c04611e306bf6867caad596cb4a619ce3624 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/window/window.qrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/window/window.qrc b/examples/quick/window/window.qrc
index 89d1de1b1f..206491cc13 100644
--- a/examples/quick/window/window.qrc
+++ b/examples/quick/window/window.qrc
@@ -1,5 +1,5 @@
<RCC>
- <qresource prefix="/window">
+ <qresource prefix="/qt/qml/window">
<file>window.qml</file>
<file>Splash.qml</file>
<file>CurrentScreen.qml</file>