Respect $$QT.xmlpatterns.bins
authorRohan McGovern <rohan.mcgovern@nokia.com>
Wed, 10 Aug 2011 04:07:07 +0000 (14:07 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 10 Aug 2011 04:40:51 +0000 (06:40 +0200)
A module's tools should build directly into $$QT.<module>.bins, just
like its libraries and plugins.

Change-Id: I5a630ed3e64dd6aee2a8d3bc9f2ff3246c203bc6
Reviewed-on: http://codereview.qt.nokia.com/2800
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
tools/xmlpatterns/xmlpatterns.pro
tools/xmlpatternsvalidator/xmlpatternsvalidator.pro

index 670e31a..2391c96 100644 (file)
@@ -1,9 +1,9 @@
 TEMPLATE = app
 TARGET = xmlpatterns
-DESTDIR = ../../bin
 QT -= gui
 QT += xmlpatterns-private
 
+DESTDIR = $$QT.xmlpatterns.bins
 target.path = $$[QT_INSTALL_BINS]
 INSTALLS += target
 
index 17fc465..fd367a2 100644 (file)
@@ -1,9 +1,9 @@
 TEMPLATE = app
 TARGET = xmlpatternsvalidator
-DESTDIR = ../../bin
 QT -= gui
 QT += xmlpatterns
 
+DESTDIR = $$QT.xmlpatterns.bins
 target.path = $$[QT_INSTALL_BINS]
 INSTALLS += target