equal
deleted
inserted
replaced
|
1 TEMPLATE = lib |
|
2 CONFIG += plugin |
|
3 PLUGIN_TYPE=serviceframework |
|
4 INCLUDEPATH += ../../src/serviceframework |
|
5 |
|
6 HEADERS += bluetoothtransferplugin.h \ |
|
7 bluetoothtransfer.h |
|
8 SOURCES += bluetoothtransferplugin.cpp \ |
|
9 bluetoothtransfer.cpp |
|
10 TARGET = serviceframework_bluetoothtransferplugin |
|
11 DESTDIR = . |
|
12 |
|
13 include(../examples.pri) |
|
14 CONFIG += mobility |
|
15 MOBILITY = serviceframework |
|
16 |
|
17 symbian { |
|
18 load(data_caging_paths) |
|
19 pluginDep.sources = serviceframework_bluetoothtransferplugin.dll |
|
20 pluginDep.path = $$QT_PLUGINS_BASE_DIR |
|
21 DEPLOYMENT += pluginDep |
|
22 |
|
23 TARGET.EPOCALLOWDLLDATA = 1 |
|
24 TARGET.CAPABILITY = LocalServices Location NetworkServices ReadUserData WriteUserData UserEnvironment |
|
25 } |
|
26 |
|
27 xml.path = $$QT_MOBILITY_PREFIX/bin/xmldata |
|
28 xml.files = bluetoothtransferservice.xml |
|
29 INSTALLS += xml |