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

SOURCES += wrongmetadatastaticplugin.cpp \

HEADERS += wrongmetadatastaticplugin.h \