equal
deleted
inserted
replaced
|
1 TEMPLATE = app |
|
2 TARGET = servicebrowser |
|
3 INCLUDEPATH += ../../src/serviceframework |
|
4 |
|
5 include(../examples.pri) |
|
6 |
|
7 QT += gui |
|
8 |
|
9 # Input |
|
10 HEADERS += servicebrowser.h |
|
11 SOURCES += servicebrowser.cpp \ |
|
12 main.cpp |
|
13 |
|
14 CONFIG += mobility |
|
15 MOBILITY = serviceframework |
|
16 |
|
17 mac:CONFIG -= app_bundle |
|
18 |
|
19 symbian { |
|
20 addFiles.sources = ../filemanagerplugin/filemanagerservice.xml |
|
21 addFiles.sources += ../bluetoothtransferplugin/bluetoothtransferservice.xml |
|
22 addFiles.path = xmldata |
|
23 DEPLOYMENT += addFiles |
|
24 |
|
25 TARGET.CAPABILITY = ReadUserData WriteUserData |
|
26 } |