qtmobility/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
changeset 1 2b40d63a9c3d
child 4 90517678cc4f
equal deleted inserted replaced
0:cfcbf08528c4 1:2b40d63a9c3d
       
     1 TEMPLATE = lib
       
     2 CONFIG += plugin
       
     3 INCLUDEPATH += ../../src/serviceframework
       
     4 HEADERS += bluetoothtransferplugin.h \
       
     5            bluetoothtransfer.h
       
     6 SOURCES += bluetoothtransferplugin.cpp \
       
     7            bluetoothtransfer.cpp
       
     8 TARGET = serviceframework_bluetoothtransferplugin
       
     9 DESTDIR = .
       
    10 
       
    11 include(../examples.pri)
       
    12 CONFIG += mobility
       
    13 MOBILITY = serviceframework
       
    14 
       
    15 symbian {
       
    16     load(data_caging_paths)
       
    17     pluginDep.sources = serviceframework_bluetoothtransferplugin.dll
       
    18     pluginDep.path = $$QT_PLUGINS_BASE_DIR    
       
    19     DEPLOYMENT += pluginDep
       
    20 
       
    21     TARGET.EPOCALLOWDLLDATA = 1
       
    22     TARGET.CAPABILITY = ALL -TCB
       
    23 }
       
    24 
       
    25 xml.path = $$DESTDIR/xmldata
       
    26 xml.files = bluetoothtransferservice.xml
       
    27 xml.CONFIG = no_link no_dependencies explicit_dependencies no_build combine ignore_no_exist no_clean
       
    28 INSTALLS += xml
       
    29 build_pass:ALL_DEPS+=install_xml