fix qmltest example install path

Change-Id: I267155bb34b8226331fc2951521dc7b8643a014c
Reviewed-by: Alan Alpert <aalpert@rim.com>
This commit is contained in:
Oswald Buddenhagen 2013-01-24 21:37:24 +01:00 committed by The Qt Project
parent 99cf339f96
commit 8fcecca8d2
1 changed files with 2 additions and 2 deletions

View File

@ -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
}