summaryrefslogtreecommitdiffstats
path: root/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
blob: 9f3f3814e818ce4edc36351b8749bad6672075a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = lib
CONFIG += plugin
PLUGIN_TYPE=serviceframework

QT += concurrent bluetooth serviceframework

HEADERS += bluetoothtransferplugin.h \
           bluetoothtransfer.h
SOURCES += bluetoothtransferplugin.cpp \
           bluetoothtransfer.cpp
TARGET = serviceframework_bluetoothtransferplugin
DESTDIR = .

xml.path = $$QT_MOBILITY_EXAMPLES/xmldata
xml.files = bluetoothtransferservice.xml
INSTALLS += xml