QtMobility Reference Documentation

serviceactions.pro Example File

serviceactions/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
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.