aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadata_plugin_static.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadata_plugin_static.pro')
-rw-r--r--tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadata_plugin_static.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadata_plugin_static.pro b/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadata_plugin_static.pro
deleted file mode 100644
index 238a67d..0000000
--- a/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadata_plugin_static.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TARGET = $$qtLibraryTarget(wrongmetadata_plugin_static)
-DESTDIR = $$OUT_PWD/../qtivi/
-TEMPLATE = lib
-CONFIG += plugin static
-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 += wrongmetadatastaticplugin.cpp \
-
-HEADERS += wrongmetadatastaticplugin.h \