servicebrowser.pro Example Fileservicebrowser/servicebrowser.pro 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
}
© 2008-2010 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy X
|















