summaryrefslogtreecommitdiff
path: root/tests/auto/core/servicemanagertest/simple_plugin/simple_plugin.pro
blob: 4a904470083b43c267212e12c56486877cd70f16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = simple_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 += simpleplugin.cpp \

HEADERS += simpleplugin.h \

DISTFILES += simple_plugin.json