summaryrefslogtreecommitdiffstats
path: root/examples/qmlcustominput/qmlcustominput.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlcustominput/qmlcustominput.qrc')
-rw-r--r--examples/qmlcustominput/qmlcustominput.qrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/qmlcustominput/qmlcustominput.qrc b/examples/qmlcustominput/qmlcustominput.qrc
index 5e1ff40c..5800150a 100644
--- a/examples/qmlcustominput/qmlcustominput.qrc
+++ b/examples/qmlcustominput/qmlcustominput.qrc
@@ -1,7 +1,7 @@
<RCC>
- <qresource prefix="/qml">
- <file alias="main.qml">qml/qmlcustominput/main.qml</file>
- <file alias="Data.qml">qml/qmlcustominput/data.qml</file>
- <file alias="NewButton.qml">qml/qmlcustominput/newbutton.qml</file>
+ <qresource prefix="/">
+ <file>qml/qmlcustominput/Data.qml</file>
+ <file>qml/qmlcustominput/main.qml</file>
+ <file>qml/qmlcustominput/NewButton.qml</file>
</qresource>
</RCC>