sfw-notes.pro Example Filesfw-notes/sfw-notes.pro TEMPLATE = app
TARGET = sfw-notes
INCLUDEPATH += ../../src/serviceframework
include(../mobility_examples.pri)
QT += gui
CONFIG += mobility
MOBILITY = serviceframework
RESOURCES += sfwnotes.qrc
HEADERS += sfwnotes.h
SOURCES += sfwnotes.cpp \
main.cpp
symbian|maemo*|wince* {
FORMS += sfwnotes_mobile.ui
}
else {
FORMS += sfwnotes.ui
}
mac:CONFIG -= app_bundle
symbian {
addFiles.sources = ../notesmanagerplugin/notesmanagerservice.xml
addFiles.path = xmldata
DEPLOYMENT += addFiles
TARGET.CAPABILITY = ALL -TCB
}
© 2008-2010 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy X
|















