qtmobility/examples/declarative-sfw-dialer/landlinedialer/landlinedialer.pro
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 11 06b8e2af4411
equal deleted inserted replaced
4:90517678cc4f 5:453da2cfceef
    12 
    12 
    13 CONFIG += mobility
    13 CONFIG += mobility
    14 MOBILITY = serviceframework
    14 MOBILITY = serviceframework
    15 
    15 
    16 symbian {
    16 symbian {
    17     TARGET.CAPABILITY = LocalServices Location NetworkServices ReadUserData UserEnvironment WriteUserData
    17     TARGET.CAPABILITY = ALL -TCB
    18 }
    18 }
    19 
    19 
    20 xml.path = $$DESTDIR/xmldata
    20 xml.path = $$DESTDIR/xmldata
    21 xml.files = ../landlinedialerservice.xml
    21 xml.files = landlinedialerservice.xml
    22 xml.CONFIG = no_link no_dependencies explicit_dependencies no_build combine ignore_no_exist no_clean
    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
    24 build_pass:ALL_DEPS+=install_xml