aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmldebugprocess/qqmldebugprocess/qqmldebugprocess.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/debugger/qqmldebugprocess/qqmldebugprocess/qqmldebugprocess.pro')
-rw-r--r--tests/auto/qml/debugger/qqmldebugprocess/qqmldebugprocess/qqmldebugprocess.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/auto/qml/debugger/qqmldebugprocess/qqmldebugprocess/qqmldebugprocess.pro b/tests/auto/qml/debugger/qqmldebugprocess/qqmldebugprocess/qqmldebugprocess.pro
deleted file mode 100644
index 9bea2d222c..0000000000
--- a/tests/auto/qml/debugger/qqmldebugprocess/qqmldebugprocess/qqmldebugprocess.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qqmldebugprocess
-QT = core testlib
-CONFIG -= debug_and_release_target
-macos:CONFIG -= app_bundle
-
-SOURCES += \
- ../../shared/qqmldebugprocess.cpp \
- tst_qqmldebugprocess.cpp
-
-HEADERS += \
- ../../shared/qqmldebugprocess_p.h
-
-INCLUDEPATH += ../../shared