aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qmltest
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-01-24 21:37:24 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-28 07:10:10 +0100
commit8fcecca8d29cfe5946040a12b3fa73432a89ae76 (patch)
tree5436369f77d8207ee7279da0d70b6197a5851872 /examples/qmltest
parent99cf339f964218ee0762aa6f95189b2cac3a1240 (diff)
fix qmltest example install path
Change-Id: I267155bb34b8226331fc2951521dc7b8643a014c Reviewed-by: Alan Alpert <aalpert@rim.com>
Diffstat (limited to 'examples/qmltest')
-rw-r--r--examples/qmltest/qmltest/qmltest.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qmltest/qmltest/qmltest.pro b/examples/qmltest/qmltest/qmltest.pro
index f290fd21e1..b5893c5a1e 100644
--- a/examples/qmltest/qmltest/qmltest.pro
+++ b/examples/qmltest/qmltest/qmltest.pro
@@ -18,9 +18,9 @@ QT += qml qmltest
macx: CONFIG -= app_bundle
-target.path = $$[QT_INSTALL_EXAMPLES]/qmltest
+target.path = $$[QT_INSTALL_EXAMPLES]/qmltest/qmltest
qml.files = tst_basic.qml tst_item.qml
-qml.path = $$[QT_INSTALL_EXAMPLES]/qmltest
+qml.path = $$[QT_INSTALL_EXAMPLES]/qmltest/qmltest
INSTALLS += target qml
}