aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro')
-rw-r--r--tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro b/tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro
deleted file mode 100644
index 673330a3cf..0000000000
--- a/tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qqmldebugclient
-osx:CONFIG -= app_bundle
-
-HEADERS += ../shared/qqmldebugtestservice.h
-
-SOURCES += tst_qqmldebugclient.cpp \
- ../shared/qqmldebugtestservice.cpp
-
-include(../shared/debugutil.pri)
-
-DEFINES += QT_QML_DEBUG_NO_WARNING
-
-CONFIG += qml_debug
-
-QT += qml-private testlib gui-private core-private