summaryrefslogtreecommitdiff
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.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/core/servicemanagertest/wrong_plugin/wrong_plugin.pro b/tests/auto/core/servicemanagertest/wrong_plugin/wrong_plugin.pro
index 325f39d..262e17c 100644
--- a/tests/auto/core/servicemanagertest/wrong_plugin/wrong_plugin.pro
+++ b/tests/auto/core/servicemanagertest/wrong_plugin/wrong_plugin.pro
@@ -1,4 +1,4 @@
-TARGET = wrong_plugin
+TARGET = $$qtLibraryTarget(wrong_plugin)
DESTDIR = $$OUT_PWD/../qtivi/
TEMPLATE = lib
CONFIG += plugin
@@ -8,9 +8,6 @@ QT += core ivicore
# because debug/release is decided at runtime.
macos:qtConfig(framework) {
CONFIG += debug_and_release build_all
- build_pass:CONFIG(debug, debug|release) {
- TARGET = $$join(TARGET,,,_debug)
- }
}
SOURCES += wrongplugin.cpp \