aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlmin
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-10-26 19:59:38 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-01 22:44:24 +0100
commit7d94fa8e074ba816751c60bd0ad3c63b3c0b0a27 (patch)
tree9cc08aed4b59b6078859adf5a8992d1a50e4928a /tools/qmlmin
parent5433a7038bdfe407b6e16a23f5504cc8c1c212a1 (diff)
follow qt_tool.prf now setting up DESTDIR
Change-Id: Ia07dc830586fd30f4ee98c64e9f2accae5cf2f06 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tools/qmlmin')
-rw-r--r--tools/qmlmin/qmlmin.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qmlmin/qmlmin.pro b/tools/qmlmin/qmlmin.pro
index c8df227765..c7da0ebe4e 100644
--- a/tools/qmlmin/qmlmin.pro
+++ b/tools/qmlmin/qmlmin.pro
@@ -1,5 +1,4 @@
QT = core qmldevtools-private
-DESTDIR = $$QT.qml.bins
SOURCES += main.cpp
load(qt_tool)