qtmobility/examples/declarative/landlinedialer/landlinedialer.pro
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     1 TEMPLATE = lib
       
     2 CONFIG += plugin
       
     3 INCLUDEPATH += ../../../src/serviceframework
       
     4 TARGET = serviceframework_landlinedialerservice
       
     5 include(../../examples.pri)
       
     6 
       
     7 QT += gui
       
     8 
       
     9 # Input 
       
    10 HEADERS += landlinedialer.h landlinedialerplugin.h
       
    11 SOURCES += landlinedialer.cpp landlinedialerplugin.cpp
       
    12 
       
    13 CONFIG += mobility
       
    14 MOBILITY = serviceframework
       
    15 
       
    16 symbian {
       
    17     TARGET.CAPABILITY = ALL -TCB
       
    18 }
       
    19 
       
    20 xml.path = $$DESTDIR/xmldata
       
    21 xml.files = landlinedialerservice.xml
       
    22 xml.CONFIG = no_link no_dependencies explicit_dependencies no_build combine ignore_no_exist no_clean
       
    23 INSTALLS += xml
       
    24 build_pass:ALL_DEPS+=install_xml