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 89abac6e25..f19338204d 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/qtquick/imageelements
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/imageelements
qml.files = borderimage.qml content imageelements.qml image.qml shadows.qml simplesprite.qml spriteimage.qml
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/imageelements
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/imageelements
INSTALLS += target qml