diff options
author | Tor Arne Vestbø <[email protected]> | 2023-03-07 13:40:31 +0100 |
---|---|---|
committer | Tor Arne Vestbø <[email protected]> | 2023-03-07 14:00:50 +0100 |
commit | 2eb1494bdcec943e360e76ea40b4518b1e01e210 (patch) | |
tree | 31facf38e25ce3cbbb30a46e6c3fbdd8e40ef796 | |
parent | 1fc13ba08af467e54670ab7b5d2ae9484b91c4a9 (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 <[email protected]>
-rw-r--r-- | examples/quick/window/window.qrc | 2 |
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> |