diff options
Diffstat (limited to 'tests/auto/qml/debugger/qqmldebugprocess')
3 files changed, 0 insertions, 29 deletions
diff --git a/tests/auto/qml/debugger/qqmldebugprocess/qqmldebugprocess.pro b/tests/auto/qml/debugger/qqmldebugprocess/qqmldebugprocess.pro deleted file mode 100644 index 331d87b9f1..0000000000 --- a/tests/auto/qml/debugger/qqmldebugprocess/qqmldebugprocess.pro +++ /dev/null @@ -1,4 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = qqmldebugprocess qqmldebugprocessprocess - -qqmldebugprocess.depends = qqmldebugprocessprocess 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 diff --git a/tests/auto/qml/debugger/qqmldebugprocess/qqmldebugprocessprocess/qqmldebugprocessprocess.pro b/tests/auto/qml/debugger/qqmldebugprocess/qqmldebugprocessprocess/qqmldebugprocessprocess.pro deleted file mode 100644 index a8eb4885d4..0000000000 --- a/tests/auto/qml/debugger/qqmldebugprocess/qqmldebugprocessprocess/qqmldebugprocessprocess.pro +++ /dev/null @@ -1,11 +0,0 @@ -QT = core -macos:CONFIG -= app_bundle -CONFIG -= debug_and_release_target -CONFIG += console -SOURCES += qqmldebugprocessprocess.cpp - -DESTDIR = ../qqmldebugprocess - -target.path = $$[QT_INSTALL_TESTS]/tst_qqmldebugprocess -INSTALLS += target - |