aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/servicemanagertest/wrongmetadata_plugin_static/wrongmetadata_plugin_static.pro
blob: 238a67d5f2b88ebc6da434790df08cd5cc207d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}

SOURCES += wrongmetadatastaticplugin.cpp \

HEADERS += wrongmetadatastaticplugin.h \