aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-07-19 15:13:11 +0000
committerQt by Nokia <qt-info@nokia.com>2011-07-20 05:36:02 +0200
commit34cb43ce36d24db0d6b39a60c1e68d4f077114b1 (patch)
tree9d2041b2cfe0502c64c28cd0c5d4a30a2932c2d9 /tools
parent6582aea8c81747cd76b1721a614c9ab7e141db65 (diff)
Don't use QT_BUILD_TREE anymore
It's only valid in QtBase now, and even there one should not use it. Change-Id: Ie3dae869b6523f6e2ef727771ae98e9b3f4678c3 Reviewed-on: http://codereview.qt.nokia.com/1838 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmlplugindump/qmlplugindump.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlplugindump/qmlplugindump.pro b/tools/qmlplugindump/qmlplugindump.pro
index 8b3aa089c2..0ac3a70c14 100644
--- a/tools/qmlplugindump/qmlplugindump.pro
+++ b/tools/qmlplugindump/qmlplugindump.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
CONFIG += qt uic console
-!isEmpty(QT_BUILD_TREE):DESTDIR = $$QT_BUILD_TREE/bin
+DESTDIR = $$QT.declarative.bins
QT += declarative declarative-private core-private