QtMobility Reference Documentation

keepintouch.pro Example File

keepintouch/keepintouch.pro
 TEMPLATE = app
 TARGET = keepintouch

 QT += gui

 include(../mobility_examples.pri)

 CONFIG += mobility
 MOBILITY = messaging contacts

 INCLUDEPATH += ../../src/messaging
 INCLUDEPATH += ../../src/contacts ../../src/contacts/details ../../src/contacts/filters ../../src/contacts/requests

 HEADERS += \
     addressfinder.h

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