summaryrefslogtreecommitdiffstats
path: root/examples/qmlcustominput/qmlcustominput.qrc
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-02-03 09:08:35 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-02-03 09:09:06 +0200
commit20945586166c9e5804de24d79ae0e998e21a088c (patch)
treecc7671a77bcad4f345b3b9877d260e1b4fd6c4be /examples/qmlcustominput/qmlcustominput.qrc
parente95504804eb5eadafaed1253e7d56284a8758ae9 (diff)
QML filename corrections
Change-Id: I3f24a75fd59e342a0dcb9d4cf325e3cf735ae653 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
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>