summaryrefslogtreecommitdiffstats
path: root/examples/servicebrowser/servicebrowser.pro
blob: d5f76fe005410a1f237455ada7d33bfebd6d1869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
TEMPLATE = app
TARGET = servicebrowser
INCLUDEPATH += ../../src/serviceframework

include(../mobility_examples.pri)

QT += gui

# Input 
HEADERS += servicebrowser.h
SOURCES += servicebrowser.cpp \
           main.cpp

CONFIG += mobility
MOBILITY = serviceframework

mac:CONFIG -= app_bundle

symbian {
#    addFiles.sources = ../filemanagerplugin/filemanagerservice.xml
#    addFiles.sources += ../bluetoothtransferplugin/bluetoothtransferservice.xml
#    addFiles.sources += ../notesmanagerplugin/notesmanagerservice.xml
#    addFiles.path = xmldata
#    DEPLOYMENT += addFiles

    TARGET.CAPABILITY = ReadUserData WriteUserData
}

contains(MEEGO_EDITION,harmattan) {
    target.path = /opt/servicebrowser/bin
    INSTALLS += target
}


OTHER_FILES +=