aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/minehunt/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/minehunt/main.cpp')
-rw-r--r--examples/declarative/minehunt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/minehunt/main.cpp b/examples/declarative/minehunt/main.cpp
index 197b138787..47c0436969 100644
--- a/examples/declarative/minehunt/main.cpp
+++ b/examples/declarative/minehunt/main.cpp
@@ -56,7 +56,7 @@ int main(int argc, char *argv[])
canvas.setResizeMode(QQuickView::SizeRootObjectToView);
canvas.engine()->rootContext()->setContextObject(game);
- canvas.setSource(QString("qrc:minehunt.qml"));
+ canvas.setSource(QString("qrc:///minehunt.qml"));
QObject::connect(canvas.engine(), SIGNAL(quit()), &app, SLOT(quit()));
canvas.show();