summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/startup-plugin/startup-plugin.pro
blob: 3cfdd7e3193c7519048580c7968eef6bd70a7608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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]/applicationmanager/startup-plugin
INSTALLS += target