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