aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/maroon/maroon.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos/maroon/maroon.pro')
-rw-r--r--examples/demos/maroon/maroon.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/demos/maroon/maroon.pro b/examples/demos/maroon/maroon.pro
index 32d1e43d4a..cbe0c8ed0d 100644
--- a/examples/demos/maroon/maroon.pro
+++ b/examples/demos/maroon/maroon.pro
@@ -3,7 +3,7 @@ TEMPLATE = app
QT += qml quick
SOURCES += main.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/maroon
+target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/maroon
qml.files = maroon.qml content
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/maroon
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/maroon
INSTALLS += target qml