qtmobility/examples/declarative/demo/demo.pro
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     1 TEMPLATE=app
       
     2 TARGET=sfw-kinetic-example
       
     3 INCLUDEPATH += ../../../src/serviceframework
       
     4 
       
     5 include(../../examples.pri)
       
     6 
       
     7 QT += gui declarative
       
     8 
       
     9 # Input 
       
    10 HEADERS += ../sfwexample.h
       
    11 SOURCES += ../sfwexample.cpp \
       
    12            ../main.cpp
       
    13 
       
    14 CONFIG += mobility
       
    15 MOBILITY = serviceframework
       
    16 
       
    17 symbian {
       
    18     TARGET.CAPABILITY = ALL -TCB
       
    19 }