summaryrefslogtreecommitdiff
path: root/tests/auto/core/servicemanagertest/wrong_plugin/wrong_plugin.pro
blob: 325f39db94545eb8d5c878120c749aef5052c0ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = 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
    build_pass:CONFIG(debug, debug|release) {
        TARGET = $$join(TARGET,,,_debug)
    }
}

SOURCES += wrongplugin.cpp \

HEADERS += wrongplugin.h \

DISTFILES += wrong_plugin.json