aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlplugindump/data/dumper/Imports/imports.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlplugindump/data/dumper/Imports/imports.pro')
-rw-r--r--tests/auto/qml/qmlplugindump/data/dumper/Imports/imports.pro24
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/auto/qml/qmlplugindump/data/dumper/Imports/imports.pro b/tests/auto/qml/qmlplugindump/data/dumper/Imports/imports.pro
deleted file mode 100644
index b4bd9baf5b..0000000000
--- a/tests/auto/qml/qmlplugindump/data/dumper/Imports/imports.pro
+++ /dev/null
@@ -1,24 +0,0 @@
-TEMPLATE = lib
-TARGET = Imports
-QT += qml
-CONFIG += qt plugin
-
-CONFIG -= debug_and_release_target
-!build_pass:qtConfig(debug_and_release): CONFIG += release
-
-TARGET = $$qtLibraryTarget($$TARGET)
-
-SOURCES += \
- imports_plugin.cpp \
- imports.cpp
-
-HEADERS += \
- imports_plugin.h \
- imports.h
-
-!equals(_PRO_FILE_PWD_, $$OUT_PWD) {
- cp.files = qmldir plugins.qmltypes CompositeImports.qml Derived.qml
- cp.path = $$OUT_PWD
- COPIES += cp
-}
-