servicebrowser.pro Example File
servicebrowser/servicebrowser.proTEMPLATE = app TARGET = servicebrowser INCLUDEPATH += ../../src/serviceframework include(../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.path = xmldata DEPLOYMENT += addFiles TARGET.CAPABILITY = ReadUserData WriteUserData }