Home · All Classes · All Functions ·

servicebrowser.pro Example File
servicebrowser/servicebrowser.pro

    TEMPLATE = app
    TARGET = servicebrowser
    INCLUDEPATH += ../../src/serviceframework

    include(../examples.pri)

    QT += gui

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

    CONFIG += mobility
    MOBILITY = serviceframework

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

        TARGET.CAPABILITY = ReadUserData WriteUserData
    }


Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt Mobility Project 1.0.1