diff options
-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) |