aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/servicemanagertest/simple_plugin_static/simple_plugin_static.pro
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-06-02 09:22:12 +0200
committerDominik Holland <dominik.holland@qt.io>2021-06-02 21:18:15 +0200
commit6708c9ca5a282b1f830239d39be95efbab451ab8 (patch)
tree0d4bcae57e1b351652be8b0f2951e7e8decf05ba /tests/auto/core/servicemanagertest/simple_plugin_static/simple_plugin_static.pro
parent19648f59ff339d986efca274be0d8093bc2178aa (diff)
Remove QMake project files
This includes removal of the corresponding .prev_CMakeLists.txt files. Keep the pro files in the ivigenerator autotests. Task-number: QTBUG-88742 Change-Id: Idbf40dc5f6469dbea37126ea9b46a6d521f43139 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'tests/auto/core/servicemanagertest/simple_plugin_static/simple_plugin_static.pro')
-rw-r--r--tests/auto/core/servicemanagertest/simple_plugin_static/simple_plugin_static.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/auto/core/servicemanagertest/simple_plugin_static/simple_plugin_static.pro b/tests/auto/core/servicemanagertest/simple_plugin_static/simple_plugin_static.pro
deleted file mode 100644
index 04c3853..0000000
--- a/tests/auto/core/servicemanagertest/simple_plugin_static/simple_plugin_static.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-TARGET = $$qtLibraryTarget(simple_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 += simplestaticplugin.cpp \
-
-HEADERS += simplestaticplugin.h \
-
-DISTFILES += simple_plugin.json