QtMobility Reference Documentation

bearermonitor.pro Example File

bearermonitor/bearermonitor.pro
 TARGET = bearermonitor
 QT = core gui network

 INCLUDEPATH += ../../src/bearer
 include(../mobility_examples.pri)

 CONFIG += mobility
 MOBILITY = bearer

 HEADERS = sessionwidget.h \
           bearermonitor.h

 SOURCES = main.cpp \
           bearermonitor.cpp \
           sessionwidget.cpp

 maemo5|maemo6 {
   FORMS = bearermonitor_maemo.ui \
           sessionwidget_maemo.ui
 } else {
   FORMS = bearermonitor_240_320.ui \
           bearermonitor_640_480.ui \
           sessionwidget.ui
 }

 win32:!wince*:LIBS += -lWs2_32
 wince*:LIBS += -lWs2

 CONFIG += console

 symbian:TARGET.CAPABILITY = NetworkServices ReadUserData
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.