summaryrefslogtreecommitdiffstats
path: root/examples/startup-plugin/startup-plugin.pro
blob: 833c5c74e746c789b83890f05b75a4b3b8404e3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

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

QT = core appman_plugininterfaces-private

HEADERS += \
    startup-plugin.h

SOURCES += \
    startup-plugin.cpp

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