QtMobility Reference Documentation

sysinfo.pro Example File

sysinfo/sysinfo.pro
 QT       += network

 TARGET = qsysinfo
 TEMPLATE = app

 SOURCES += main.cpp\
         dialog.cpp

 HEADERS  += dialog.h
 RESOURCES = examples.qrc

 INCLUDEPATH += ../../src/systeminfo

 include(../mobility_examples.pri)
 CONFIG += mobility
 MOBILITY = systeminfo

 CONFIG += console

 FORMS +=  dialog_small_landscape.ui

 symbian {
     TARGET.CAPABILITY = LocalServices NetworkServices ReadUserData UserEnvironment Location  ReadDeviceData
     TARGET.UID3 = 0x2002ac7e
 }
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.