qtmobility/examples/servicenotesmanager/sfw-notes/sfw-notes.pro
changeset 4 90517678cc4f
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
       
     1 TEMPLATE = app
       
     2 TARGET = sfw-notes
       
     3 INCLUDEPATH += ../../../src/serviceframework
       
     4 
       
     5 include(../../examples.pri)
       
     6 
       
     7 QT += gui
       
     8 
       
     9 # Input 
       
    10 HEADERS += sfwnotes.h
       
    11 SOURCES += sfwnotes.cpp \
       
    12            main.cpp
       
    13 
       
    14 CONFIG += mobility
       
    15 MOBILITY = serviceframework
       
    16 
       
    17 RESOURCES += sfwnotes.qrc
       
    18 
       
    19 win32 {
       
    20     FORMS += sfwnotes.ui
       
    21 }
       
    22 
       
    23 unix: {
       
    24     linux-*: {
       
    25         FORMS += sfwnotes.ui
       
    26     }
       
    27 
       
    28     mac: {
       
    29         FORMS += sfwnotes.ui
       
    30     }
       
    31 }
       
    32 
       
    33 symbian {
       
    34     #addFiles.sources = ../../notesmanagerplugin/notesmanagerservice.xml
       
    35     #addFiles.path = xmldata
       
    36     #DEPLOYMENT += addFiles
       
    37 
       
    38     #TARGET.CAPABILITY = ReadUserData WriteUserData
       
    39     #FORMS += sfwnotes.ui #change to sfwnotes_small.ui
       
    40 }