aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlenginecleanup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlenginecleanup')
-rw-r--r--tests/auto/qml/qqmlenginecleanup/CustomModuleImport/CustomModule.pro13
-rw-r--r--tests/auto/qml/qqmlenginecleanup/qqmlenginecleanup.pro2
-rw-r--r--tests/auto/qml/qqmlenginecleanup/tst_qqmlenginecleanup.pro9
3 files changed, 0 insertions, 24 deletions
diff --git a/tests/auto/qml/qqmlenginecleanup/CustomModuleImport/CustomModule.pro b/tests/auto/qml/qqmlenginecleanup/CustomModuleImport/CustomModule.pro
deleted file mode 100644
index 3366ddc165..0000000000
--- a/tests/auto/qml/qqmlenginecleanup/CustomModuleImport/CustomModule.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = lib
-TARGET = CustomModule
-QT += quick qml
-
-CONFIG += qtquickcompiler
-SOURCES += moduleplugin.cpp
-RESOURCES += moduleplugin.qrc
-
-DESTDIR = ../CustomModule
-
-IMPORT_FILES = qmldir
-
-include (../../../shared/imports.pri)
diff --git a/tests/auto/qml/qqmlenginecleanup/qqmlenginecleanup.pro b/tests/auto/qml/qqmlenginecleanup/qqmlenginecleanup.pro
deleted file mode 100644
index 34c49a5c0e..0000000000
--- a/tests/auto/qml/qqmlenginecleanup/qqmlenginecleanup.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += tst_qqmlenginecleanup.pro CustomModuleImport/CustomModule.pro
diff --git a/tests/auto/qml/qqmlenginecleanup/tst_qqmlenginecleanup.pro b/tests/auto/qml/qqmlenginecleanup/tst_qqmlenginecleanup.pro
deleted file mode 100644
index 90508609a8..0000000000
--- a/tests/auto/qml/qqmlenginecleanup/tst_qqmlenginecleanup.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qqmlenginecleanup
-macx:CONFIG -= app_bundle
-
-include (../../shared/util.pri)
-
-SOURCES += tst_qqmlenginecleanup.cpp
-
-QT += testlib qml qml-private