summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2009-10-27 07:39:21 (GMT)
committerBea Lam <bea.lam@nokia.com>2009-10-27 07:39:21 (GMT)
commitec0a81544521eedc1bbd2d2e5133470bc8eaab0d (patch)
treed795dc8a7adea042be431af94083c8a1af304e62 /tools/qmldebugger
parentf2c0f63c2db21e3a0dd2fb78312084a835840be8 (diff)
downloadQt-ec0a81544521eedc1bbd2d2e5133470bc8eaab0d.zip
Qt-ec0a81544521eedc1bbd2d2e5133470bc8eaab0d.tar.gz
Qt-ec0a81544521eedc1bbd2d2e5133470bc8eaab0d.tar.bz2
Fix build target for standalone qmldebugger.
Diffstat (limited to 'tools/qmldebugger')
-rw-r--r--tools/qmldebugger/standalone/standalone.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qmldebugger/standalone/standalone.pro b/tools/qmldebugger/standalone/standalone.pro
index 72e3ef5..72d051f 100644
--- a/tools/qmldebugger/standalone/standalone.pro
+++ b/tools/qmldebugger/standalone/standalone.pro
@@ -1,4 +1,5 @@
-DESTDIR = ../../bin
+DESTDIR = ../../../bin
+TARGET = qmldebugger
include(qmldebugger.pri)