aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadata_plugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadata_plugin.pro')
-rw-r--r--tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadata_plugin.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadata_plugin.pro b/tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadata_plugin.pro
deleted file mode 100644
index d14db95..0000000
--- a/tests/auto/core/servicemanagertest/wrongmetadata_plugin/wrongmetadata_plugin.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TARGET = $$qtLibraryTarget(wrongmetadata_plugin)
-DESTDIR = $$OUT_PWD/../qtivi/
-TEMPLATE = lib
-CONFIG += plugin
-QT += core ivicore
-
-# On a macos framework build, we need both plugin versions,
-# because debug/release is decided at runtime.
-macos:qtConfig(framework) {
- CONFIG += debug_and_release build_all
-}
-
-SOURCES += wrongmetadataplugin.cpp \
-
-HEADERS += wrongmetadataplugin.h \