QtMobility Reference Documentation

servicebrowser.pro Example File

servicebrowser/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
 }

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

 OTHER_FILES +=
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.