aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qpacketprotocol/qpacketprotocol.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/debugger/qpacketprotocol/qpacketprotocol.pro')
-rw-r--r--tests/auto/qml/debugger/qpacketprotocol/qpacketprotocol.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qml/debugger/qpacketprotocol/qpacketprotocol.pro b/tests/auto/qml/debugger/qpacketprotocol/qpacketprotocol.pro
new file mode 100644
index 0000000000..88439196a7
--- /dev/null
+++ b/tests/auto/qml/debugger/qpacketprotocol/qpacketprotocol.pro
@@ -0,0 +1,10 @@
+CONFIG += testcase
+TARGET = tst_qpacketprotocol
+macx:CONFIG -= app_bundle
+
+HEADERS += ../shared/debugutil_p.h
+SOURCES += tst_qpacketprotocol.cpp \
+ ../shared/debugutil.cpp
+
+CONFIG += parallel_test
+QT += qml-private network testlib