summaryrefslogtreecommitdiffstats
path: root/examples/softwarecontainer-plugin/softwarecontainer-plugin.pro
blob: 01e175557ba03c58ebb8348c4914b313da73fdc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
requires(linux:!android)

TEMPLATE = lib
CONFIG += plugin c++11
TARGET = softwarecontainer-plugin

QT = core dbus appman_common-private appman_plugininterfaces-private

HEADERS += \
    softwarecontainer.h

SOURCES += \
    softwarecontainer.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/softwarecontainer-plugin
INSTALLS += target

DISTFILES += \
    service-manifest.d/io.qt.ApplicationManager.Application.json

OTHER_FILES += README.md