Set DESTDIR for qmltestrunner.
authorXizhi Zhu <xizhi.zhu@nokia.com>
Mon, 24 Oct 2011 11:25:23 +0000 (14:25 +0300)
committerQt by Nokia <qt-info@nokia.com>
Mon, 24 Oct 2011 14:44:08 +0000 (16:44 +0200)
Change-Id: I785fe1936ae3ee9819cd30e4f5a6b99b03a8ee5f
Reviewed-by: Charles Yin <charles.yin@nokia.com>
tools/qmltestrunner/qmltestrunner.pro

index e0dd3d5..1f864e2 100644 (file)
@@ -1,5 +1,6 @@
 TEMPLATE = app
 TARGET = qmltestrunner
+DESTDIR= $$QT.declarative.bins
 CONFIG += warn_on
 SOURCES += main.cpp
 
@@ -11,4 +12,4 @@ macx: CONFIG -= app_bundle
 #DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$OUT_PWD\\\"\"
 
 target.path = $$[QT_INSTALL_BINS]
-INSTALLS += target
\ No newline at end of file
+INSTALLS += target