aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/servicemanagertest/wrong_plugin/wrong_plugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/servicemanagertest/wrong_plugin/wrong_plugin.pro')
-rw-r--r--tests/auto/core/servicemanagertest/wrong_plugin/wrong_plugin.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/auto/core/servicemanagertest/wrong_plugin/wrong_plugin.pro b/tests/auto/core/servicemanagertest/wrong_plugin/wrong_plugin.pro
deleted file mode 100644
index 262e17c..0000000
--- a/tests/auto/core/servicemanagertest/wrong_plugin/wrong_plugin.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-TARGET = $$qtLibraryTarget(wrong_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 += wrongplugin.cpp \
-
-HEADERS += wrongplugin.h \
-
-DISTFILES += wrong_plugin.json