From 24f0b5ec05a8461a4aceee6d746954ef80449b99 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Jun 2012 12:48:32 +1000 Subject: 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 --- examples/quick/righttoleft/righttoleft.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/quick/righttoleft') 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 -- cgit v1.2.3