tests/sampleserviceplugin2/sampleserviceplugin2.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       = sampleserviceplugin2.h
       
     5 SOURCES       = sampleserviceplugin2.cpp
       
     6 TARGET        = tst_sfw_sampleserviceplugin2
       
     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_sfw_sampleserviceplugin2.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/sampleservice2.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