qtmobility/examples/declarative-sfw-dialer/landlinedialer/landlinedialer.pro
changeset 11 06b8e2af4411
parent 5 453da2cfceef
equal deleted inserted replaced
8:71781823f776 11:06b8e2af4411
     1 TEMPLATE = lib
     1 TEMPLATE = lib
     2 CONFIG += plugin
     2 CONFIG += plugin
     3 INCLUDEPATH += ../../../src/serviceframework
     3 INCLUDEPATH += ../../../src/serviceframework
       
     4 PLUGIN_TYPE = serviceframework
     4 TARGET = serviceframework_landlinedialerservice
     5 TARGET = serviceframework_landlinedialerservice
     5 include(../../examples.pri)
     6 include(../../examples.pri)
     6 
     7 
     7 QT += gui
     8 QT += gui
     8 
     9 
    15 
    16 
    16 symbian {
    17 symbian {
    17     TARGET.CAPABILITY = ALL -TCB
    18     TARGET.CAPABILITY = ALL -TCB
    18 }
    19 }
    19 
    20 
    20 xml.path = $$DESTDIR/xmldata
    21 xml.path = $$QT_MOBILITY_PREFIX/bin/xmldata
    21 xml.files = landlinedialerservice.xml
    22 xml.files = landlinedialerservice.xml
    22 xml.CONFIG = no_link no_dependencies explicit_dependencies no_build combine ignore_no_exist no_clean
       
    23 INSTALLS += xml
    23 INSTALLS += xml
    24 build_pass:ALL_DEPS+=install_xml