summaryrefslogtreecommitdiffstats
path: root/examples/qmlsurface
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/qmlsurface
parente95504804eb5eadafaed1253e7d56284a8758ae9 (diff)
QML filename corrections
Change-Id: I3f24a75fd59e342a0dcb9d4cf325e3cf735ae653 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/qmlsurface')
-rw-r--r--examples/qmlsurface/main.cpp2
-rw-r--r--examples/qmlsurface/qml/qmlsurface/Data.qml (renamed from examples/qmlsurface/qml/qmlsurface/data.qml)0
-rw-r--r--examples/qmlsurface/qml/qmlsurface/NewButton.qml (renamed from examples/qmlsurface/qml/qmlsurface/newbutton.qml)0
-rw-r--r--examples/qmlsurface/qmlsurface.qrc6
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/qmlsurface/main.cpp b/examples/qmlsurface/main.cpp
index 03518d00..bddd1518 100644
--- a/examples/qmlsurface/main.cpp
+++ b/examples/qmlsurface/main.cpp
@@ -40,7 +40,7 @@ int main(int argc, char *argv[])
QString::fromLatin1("lib")));
#endif
- viewer.setSource(QUrl("qrc:/qml/main.qml"));
+ viewer.setSource(QUrl("qrc:/qml/qml/qmlsurface/main.qml"));
viewer.setTitle(QStringLiteral("Tycho crater on the Moon (height exaggerated)"));
viewer.setResizeMode(QQuickView::SizeRootObjectToView);
diff --git a/examples/qmlsurface/qml/qmlsurface/data.qml b/examples/qmlsurface/qml/qmlsurface/Data.qml
index 5fd4ece8..5fd4ece8 100644
--- a/examples/qmlsurface/qml/qmlsurface/data.qml
+++ b/examples/qmlsurface/qml/qmlsurface/Data.qml
diff --git a/examples/qmlsurface/qml/qmlsurface/newbutton.qml b/examples/qmlsurface/qml/qmlsurface/NewButton.qml
index e4fb99d2..e4fb99d2 100644
--- a/examples/qmlsurface/qml/qmlsurface/newbutton.qml
+++ b/examples/qmlsurface/qml/qmlsurface/NewButton.qml
diff --git a/examples/qmlsurface/qmlsurface.qrc b/examples/qmlsurface/qmlsurface.qrc
index d0745b94..c27f2d56 100644
--- a/examples/qmlsurface/qmlsurface.qrc
+++ b/examples/qmlsurface/qmlsurface.qrc
@@ -1,8 +1,8 @@
<RCC>
<qresource prefix="/qml">
- <file alias="main.qml">qml/qmlsurface/main.qml</file>
- <file alias="Data.qml">qml/qmlsurface/data.qml</file>
- <file alias="NewButton.qml">qml/qmlsurface/newbutton.qml</file>
+ <file>qml/qmlsurface/main.qml</file>
+ <file>qml/qmlsurface/Data.qml</file>
+ <file>qml/qmlsurface/NewButton.qml</file>
</qresource>
<qresource prefix="/heightmaps">
<file alias="image">heightmap.png</file>