aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/righttoleft/righttoleft.pro
diff options
context:
space:
mode:
authorroot <alan.alpert@nokia.com>2012-06-22 12:48:32 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-22 08:18:15 +0200
commit24f0b5ec05a8461a4aceee6d746954ef80449b99 (patch)
treebd3b771234061772222cb849f9ccb74db1eaaf94 /examples/quick/righttoleft/righttoleft.pro
parentdb3aa0d40b34cf365540041c148d9bf4f05148d9 (diff)
Install examples to example hierarchy
Some examples were installing to an old path of qtdeclarative/qtquick Task-number QTBUG-26205 Change-Id: I6e1840b1f1a87e24c1728de1b7320d6738bd530e Reviewed-by: Martin Jones <martin.jones@nokia.com>
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 2e30765ffb..cd5a48d7a4 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/qtquick/righttoleft
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/righttoleft
qml.files = righttoleft.qml layoutdirection layoutmirroring textalignment
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/righttoleft
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/righttoleft
INSTALLS += target qml