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