diff options
author | Bea Lam <bea.lam@nokia.com> | 2009-10-27 07:39:21 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2009-10-27 07:39:21 (GMT) |
commit | ec0a81544521eedc1bbd2d2e5133470bc8eaab0d (patch) | |
tree | d795dc8a7adea042be431af94083c8a1af304e62 /tools/qmldebugger | |
parent | f2c0f63c2db21e3a0dd2fb78312084a835840be8 (diff) | |
download | Qt-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.pro | 3 |
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) |