aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qmlviewer.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-08-10 15:06:35 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-11 01:15:57 +0200
commit55f7013439cda71d12d50e8ff94d8e5010644071 (patch)
tree5a7ad748879bc558ccdb775af562aa286ccdc305 /tools/qmlviewer/qmlviewer.pro
parentaac3704b08a4043318a2a6e4df4aca24c7a4f452 (diff)
Respect $$QT.declarative.bins
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>
Diffstat (limited to 'tools/qmlviewer/qmlviewer.pro')
-rw-r--r--tools/qmlviewer/qmlviewer.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlviewer/qmlviewer.pro b/tools/qmlviewer/qmlviewer.pro
index 991d07c5a4..5dd95b3ff2 100644
--- a/tools/qmlviewer/qmlviewer.pro
+++ b/tools/qmlviewer/qmlviewer.pro
@@ -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)