Commit 8fcecca8 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen Committed by The Qt Project
Browse files

fix qmltest example install path


Change-Id: I267155bb34b8226331fc2951521dc7b8643a014c
Reviewed-by: default avatarAlan Alpert <aalpert@rim.com>
parent 99cf339f
No related merge requests found
Showing with 2 additions and 2 deletions
...@@ -18,9 +18,9 @@ QT += qml qmltest ...@@ -18,9 +18,9 @@ QT += qml qmltest
macx: CONFIG -= app_bundle 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.files = tst_basic.qml tst_item.qml
qml.path = $$[QT_INSTALL_EXAMPLES]/qmltest qml.path = $$[QT_INSTALL_EXAMPLES]/qmltest/qmltest
INSTALLS += target qml INSTALLS += target qml
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment