aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/debugger/qdeclarativedebugclient/qdeclarativedebugclient.pro
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-10-15 17:43:55 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-17 09:24:13 +0200
commit751c10d1471a8c3ccc81ce47adc642c1f6f0c2f7 (patch)
treeb4eb3b14931a5632f554136761f6bd7f74796701 /tests/auto/declarative/debugger/qdeclarativedebugclient/qdeclarativedebugclient.pro
parentb71363fda9822fab6d7fb93143173c6ba4cb8aa3 (diff)
Debugger: Move debugging autotests into own folder
This mirrors the source tree structure and makes it easier to run them all in one go. Change-Id: Ia191790eaec2c409857c41aff479d2ebd144aaf8 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'tests/auto/declarative/debugger/qdeclarativedebugclient/qdeclarativedebugclient.pro')
-rw-r--r--tests/auto/declarative/debugger/qdeclarativedebugclient/qdeclarativedebugclient.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/declarative/debugger/qdeclarativedebugclient/qdeclarativedebugclient.pro b/tests/auto/declarative/debugger/qdeclarativedebugclient/qdeclarativedebugclient.pro
new file mode 100644
index 0000000000..850a0d4ecc
--- /dev/null
+++ b/tests/auto/declarative/debugger/qdeclarativedebugclient/qdeclarativedebugclient.pro
@@ -0,0 +1,12 @@
+CONFIG += testcase
+TARGET = tst_qdeclarativedebugclient
+macx:CONFIG -= app_bundle
+
+HEADERS += ../shared/debugutil_p.h
+SOURCES += tst_qdeclarativedebugclient.cpp \
+ ../shared/debugutil.cpp
+
+CONFIG += declarative_debug
+
+QT += core-private gui-private declarative-private network testlib
+