summaryrefslogtreecommitdiffstats
path: root/examples/qmlsurface/main.cpp
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/main.cpp
parente95504804eb5eadafaed1253e7d56284a8758ae9 (diff)
QML filename corrections
Change-Id: I3f24a75fd59e342a0dcb9d4cf325e3cf735ae653 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/qmlsurface/main.cpp')
-rw-r--r--examples/qmlsurface/main.cpp2
1 files changed, 1 insertions, 1 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);