summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-08-10 15:05:52 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-11 01:15:55 +0200
commitb006739e9339e23b9124e589d3157b389dc0630f (patch)
treea454cb3467ccf98a068b5f70009a1f769ae627da /src/tools
parentf4397b6d959031a6f0a1fb23084d37d18ec4f9e2 (diff)
Respect $$QT.serviceframework.bins
A module's tools should build directly into $$QT.<module>.bins, just like its libraries and plugins. Change-Id: Iaf94cffa0c26132bded928ed68666769904252e8 Reviewed-on: http://codereview.qt.nokia.com/2801 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/servicefw/servicefw.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/servicefw/servicefw.pro b/src/tools/servicefw/servicefw.pro
index 67b78499..a04bee6c 100644
--- a/src/tools/servicefw/servicefw.pro
+++ b/src/tools/servicefw/servicefw.pro
@@ -2,7 +2,7 @@ load(qt_module)
TEMPLATE = app
TARGET = servicefw
-DESTDIR = ../../../bin
+DESTDIR = $$QT.serviceframework.bins
QT += serviceframework
DEFINES += IGNORE_SERVICEMETADATA_EXPORT