qtmobility/examples/bluetoothtransferplugin/bluetoothtransferplugin.pro
changeset 11 06b8e2af4411
parent 4 90517678cc4f
equal deleted inserted replaced
8:71781823f776 11:06b8e2af4411
     1 TEMPLATE = lib
     1 TEMPLATE = lib
     2 CONFIG += plugin
     2 CONFIG += plugin
       
     3 PLUGIN_TYPE=serviceframework
     3 INCLUDEPATH += ../../src/serviceframework
     4 INCLUDEPATH += ../../src/serviceframework
       
     5 
     4 HEADERS += bluetoothtransferplugin.h \
     6 HEADERS += bluetoothtransferplugin.h \
     5            bluetoothtransfer.h
     7            bluetoothtransfer.h
     6 SOURCES += bluetoothtransferplugin.cpp \
     8 SOURCES += bluetoothtransferplugin.cpp \
     7            bluetoothtransfer.cpp
     9            bluetoothtransfer.cpp
     8 TARGET = serviceframework_bluetoothtransferplugin
    10 TARGET = serviceframework_bluetoothtransferplugin
    20 
    22 
    21     TARGET.EPOCALLOWDLLDATA = 1
    23     TARGET.EPOCALLOWDLLDATA = 1
    22     TARGET.CAPABILITY = LocalServices Location NetworkServices ReadUserData WriteUserData UserEnvironment
    24     TARGET.CAPABILITY = LocalServices Location NetworkServices ReadUserData WriteUserData UserEnvironment
    23 }
    25 }
    24 
    26 
    25 xml.path = $$DESTDIR/xmldata
    27 xml.path = $$QT_MOBILITY_PREFIX/bin/xmldata
    26 xml.files = bluetoothtransferservice.xml
    28 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 INSTALLS += xml
    29 build_pass:ALL_DEPS+=install_xml