Respect $$QT.declarative.bins
authorRohan McGovern <rohan.mcgovern@nokia.com>
Wed, 10 Aug 2011 05:06:35 +0000 (15:06 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 10 Aug 2011 23:15:57 +0000 (01:15 +0200)
A module's tools should build directly into $$QT.<module>.bins, just
like its libraries and plugins.

Change-Id: Ic5e885ae0fe99220e07fd643d9bb5b28008e0fa5
Reviewed-on: http://codereview.qt.nokia.com/2802
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
tools/qmlscene/qmlscene.pro
tools/qmlviewer/qmlviewer.pro

index 7a72263..0e8ca9b 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = app
 TARGET = qmlscene
-DESTDIR= ../../bin
+DESTDIR= $$QT.declarative.bins
 
 QT += declarative declarative-private qtquick1
 
index 991d07c..5dd95b3 100644 (file)
@@ -1,6 +1,6 @@
 TEMPLATE = app
 CONFIG += qt uic declarative_debug
-DESTDIR = ../../bin
+DESTDIR = $$QT.declarative.bins
 QT += declarative qtquick1 qtquick1-private
 
 include(qml.pri)