OK, i started from beginning ...
I have only installed NOKIA QT SDK
and now i can compile simple program using <QSystemInfo> lib but only of QT Simulator, when i turn profile for symbian QT Creator just stop seeing this library ... why ?
my project file looks like:
Code:
QT += core gui
#QT += network
TARGET = QT2
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui
CONFIG += mobility
MOBILITY += systeminfo
symbian {
TARGET.UID3 = 0xe9740093
TARGET.CAPABILITIES = LocalServices ReadUserData WriteUserData NetworkServices UserEnvironment Location TrustedUI ReadDeviceData
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
}