aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qmlviewer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlviewer/qmlviewer.pro')
-rw-r--r--tools/qmlviewer/qmlviewer.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qmlviewer/qmlviewer.pro b/tools/qmlviewer/qmlviewer.pro
index 8dc5808ad5..1f7a6024f4 100644
--- a/tools/qmlviewer/qmlviewer.pro
+++ b/tools/qmlviewer/qmlviewer.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
-CONFIG += qt uic
-DESTDIR = ../../bin
-QT += declarative qtquick1 qtquick1-private widgets widgets-private
+CONFIG += qt uic declarative_debug
+DESTDIR = $$QT.declarative.bins
+QT += declarative qtquick1 qtquick1-private widgets widgets-private
include(qml.pri)