Qt Mobility Reference Documentation

querymessages.pro Example File

querymessages/querymessages.pro
 TEMPLATE = app
 TARGET = querymessages

 QT -= gui

 include(../examples.pri)

 CONFIG += mobility console
 MOBILITY = messaging
 INCLUDEPATH += ../../src/messaging

 SOURCES += \
     main.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.