Hello,
I followed the instructions in INSTALL.symbian and unzipped qt-mobility-1.0.0-epoc32-5.0.zip and convenienceheaders.zip to the root of my subst drive, next to epoc32
Unpacking qt-mobility-1.0.0-epoc32-5.0.zip unpacks binaries to:
and header files toCode:\epoc32\release\winscw\udeb \epoc32\release\armv5\urel
and plugin files toCode:\epoc32\include\middleware \epoc32\include\applications
My project includes qsysteminfo.h. However the file cannot be found.Code:\epoc32\data\z\resource\qt\plugins
qsysteminfo.h Is located in \epoc32\include\middleware\
But all Qt include files are normally located (and found) in [QT_HOME]\include\, not epoc32\include
The macro QTM_USE_NAMESPACE can also not be found.
Do I need to add the location of the header files in my *.pro file?



