aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlenginecleanup/CustomModuleImport/CustomModule.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlenginecleanup/CustomModuleImport/CustomModule.pro')
-rw-r--r--tests/auto/qml/qqmlenginecleanup/CustomModuleImport/CustomModule.pro13
1 files changed, 0 insertions, 13 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)