serviceactions.pro Example Fileserviceactions/serviceactions.pro TEMPLATE = app
TARGET = serviceactions
QT += gui
include(../demos.pri)
CONFIG += mobility
MOBILITY = messaging
INCLUDEPATH += ../../src/messaging
HEADERS += \
mainwindow.h \
attachmentlistwidget.h
SOURCES += \
main.cpp \
mainwindow.cpp \
attachmentlistwidget.cpp
symbian:TARGET.CAPABILITY = NetworkServices \
LocalServices \
ReadUserData \
WriteUserData \
UserEnvironment \
ReadDeviceData \
WriteDeviceData
© 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
|















