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