summaryrefslogtreecommitdiffstats
path: root/examples/qmlsurface/main.cpp
diff options
context:
space:
mode:
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);