Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
QtMobility::QSystemInfo is a QtMobility
class for mobile applications
to obtain system information about the mobile phone.
Technical facts
Application type(s)
Operating system(s) or programming environment(s)
IDE(s):
Project type:
C++ standard:
Compiler(s):
Libraries used:
Boost: version 1.42
Qt: version 4.7.0 (32 bit)
#-------------------------------------------------
#
# Project created by QtCreator 2011-02-15T13:25:58
#
#-------------------------------------------------
QT += core gui
TARGET = CppQSystemInfo
TEMPLATE = app
SOURCES += main.cpp
CONFIG += mobility
MOBILITY =
symbian {
TARGET.UID3 = 0xed4d0261
# TARGET.CAPABILITY +=
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
}
MOBILITY += systeminfo
|
main.cpp
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
