qtmobility/examples/declarative-sfw-dialer/voipdialer/voipdialer.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
       
     5 
     4 HEADERS += voipdialer.h \
     6 HEADERS += voipdialer.h \
     5            voipdialerplugin.h
     7            voipdialerplugin.h
     6 SOURCES += voipdialer.cpp \
     8 SOURCES += voipdialer.cpp \
     7            voipdialerplugin.cpp
     9            voipdialerplugin.cpp
     8 QT += gui
    10 QT += gui
    15 
    17 
    16 symbian {
    18 symbian {
    17     TARGET.CAPABILITY = ALL -TCB
    19     TARGET.CAPABILITY = ALL -TCB
    18 }
    20 }
    19 
    21 
    20 xml.path = $$DESTDIR/xmldata
    22 xml.path = $$QT_MOBILITY_PREFIX/bin/xmldata
    21 xml.files = voipdialerservice.xml
    23 xml.files = voipdialerservice.xml
    22 xml.CONFIG = no_link no_dependencies explicit_dependencies no_build combine ignore_no_exist no_clean
       
    23 INSTALLS += xml
    24 INSTALLS += xml
    24 build_pass:ALL_DEPS+=install_xml