qtmobility/examples/declarative-sfw-dialer/sfwexample/sfwexample.pro
changeset 11 06b8e2af4411
parent 8 71781823f776
child 14 6fbed849b4f4
equal deleted inserted replaced
8:71781823f776 11:06b8e2af4411
     1 TEMPLATE = app
       
     2 TARGET = declarative-sfw-dialer
       
     3 INCLUDEPATH += ../../../src/serviceframework
       
     4 
       
     5 include(../../examples.pri)
       
     6 
       
     7 QT += gui declarative
       
     8 
       
     9 HEADERS += sfwexample.h \
       
    10            qdeclarativeservice.h
       
    11 SOURCES += sfwexample.cpp \
       
    12            qdeclarativeservice.cpp \
       
    13            main.cpp
       
    14 
       
    15 CONFIG += mobility
       
    16 MOBILITY = serviceframework
       
    17 
       
    18 RESOURCES += resource.qrc
       
    19 
       
    20 symbian {
       
    21     TARGET.CAPABILITY = ALL -TCB
       
    22 }