tests/benchmarks/sampleserviceplugin/sampleserviceplugin.pro
changeset 0 876b1a06bc25
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 TEMPLATE      = lib
       
     2 CONFIG       += plugin testplugin
       
     3 INCLUDEPATH  += ../../../src/serviceframework
       
     4 HEADERS       = sampleserviceplugin.h
       
     5 SOURCES       = sampleserviceplugin.cpp
       
     6 TARGET        = tst_bm_sfw_sampleserviceplugin
       
     7 DESTDIR = .
       
     8 
       
     9 include(../../../common.pri)
       
    10 CONFIG += mobility
       
    11 MOBILITY = serviceframework
       
    12 
       
    13 symbian {
       
    14     load(data_caging_paths)
       
    15     pluginDep.sources = tst_bm_sfw_sampleserviceplugin.dll
       
    16     pluginDep.path = $$QT_PLUGINS_BASE_DIR/plugins
       
    17 
       
    18     DEPLOYMENT += pluginDep
       
    19     
       
    20     TARGET.EPOCALLOWDLLDATA = 1
       
    21     TARGET.CAPABILITY = ALL -TCB
       
    22 }
       
    23 
       
    24 xml.path = $$DESTDIR/xmldata
       
    25 xml.files = xml/bm_sampleservice.xml
       
    26 xml.CONFIG = no_link no_dependencies explicit_dependencies no_build combine ignore_no_exist no_clean
       
    27 INSTALLS += xml
       
    28 build_pass:ALL_DEPS+=install_xml
       
    29