summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmldebugclient/qmldebugclient.pro
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2009-11-17 03:47:16 (GMT)
committerBea Lam <bea.lam@nokia.com>2009-11-17 03:47:16 (GMT)
commita493a5e104579c0a7908fc600be1fd622d6447ae (patch)
tree7f47709a27f3cecd410e659fb3d23d679af01243 /tests/auto/declarative/qmldebugclient/qmldebugclient.pro
parent3307ee4fdf5c79a7f93f4edc8820990bf3432cf0 (diff)
downloadQt-a493a5e104579c0a7908fc600be1fd622d6447ae.zip
Qt-a493a5e104579c0a7908fc600be1fd622d6447ae.tar.gz
Qt-a493a5e104579c0a7908fc600be1fd622d6447ae.tar.bz2
Move debugger tests out of debugger/ subdir
Diffstat (limited to 'tests/auto/declarative/qmldebugclient/qmldebugclient.pro')
-rw-r--r--tests/auto/declarative/qmldebugclient/qmldebugclient.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmldebugclient/qmldebugclient.pro b/tests/auto/declarative/qmldebugclient/qmldebugclient.pro
new file mode 100644
index 0000000..36aa818
--- /dev/null
+++ b/tests/auto/declarative/qmldebugclient/qmldebugclient.pro
@@ -0,0 +1,7 @@
+load(qttest_p4)
+contains(QT_CONFIG,declarative): QT += network declarative
+macx:CONFIG -= app_bundle
+
+HEADERS += ../shared/debugutil_p.h
+SOURCES += tst_qmldebugclient.cpp \
+ ../shared/debugutil.cpp