Home · All Classes · All Functions ·

bluetoothtransferplugin.pro Example File
bluetoothtransferplugin/bluetoothtransferplugin.pro

    TEMPLATE = lib
    CONFIG += plugin
    PLUGIN_TYPE=serviceframework
    INCLUDEPATH += ../../src/serviceframework

    HEADERS += bluetoothtransferplugin.h \
               bluetoothtransfer.h
    SOURCES += bluetoothtransferplugin.cpp \
               bluetoothtransfer.cpp
    TARGET = serviceframework_bluetoothtransferplugin
    DESTDIR = .

    include(../examples.pri)
    CONFIG += mobility
    MOBILITY = serviceframework

    symbian {
        load(data_caging_paths)
        pluginDep.sources = serviceframework_bluetoothtransferplugin.dll
        pluginDep.path = $$QT_PLUGINS_BASE_DIR
        DEPLOYMENT += pluginDep

        TARGET.EPOCALLOWDLLDATA = 1
        TARGET.CAPABILITY = LocalServices Location NetworkServices ReadUserData WriteUserData UserEnvironment
    }

    xml.path = $$QT_MOBILITY_PREFIX/bin/xmldata
    xml.files = bluetoothtransferservice.xml
    INSTALLS += xml


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