qtmobility/examples/declarative-sfw-notes/declarative-sfw-notes.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-notes
       
     3 INCLUDEPATH += ../../src/serviceframework
       
     4 
       
     5 include(../examples.pri)
       
     6 
       
     7 QT += declarative
       
     8 
       
     9 HEADERS += sfwnotes.h \
       
    10            qdeclarativeservice.h
       
    11 SOURCES += sfwnotes.cpp \
       
    12            qdeclarativeservice.cpp \
       
    13            main.cpp
       
    14 
       
    15 CONFIG += mobility
       
    16 MOBILITY = serviceframework
       
    17 
       
    18 RESOURCES += sfwnotes.qrc
       
    19 
       
    20 OTHER_FILES = declarative-sfw-notes.qml