aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/services/servicebinder/service.pro
blob: 12853ff7754fbf63037ea6969bd50f2cf55a4dc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = lib
TARGET = service
CONFIG += dll
QT += core androidextras

HEADERS += androidbinder.h

SOURCES += \
    service_main.cpp \
    androidbinder.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/androidextras/services/servicebinder
INSTALLS += target