I am trying to build an example that A.A.M. gave, but did not succeed.
I have the following error:
Code:
some path/../Alarm/QAlarm/qalarm_p.h:4: error: e32base.h: No such file or directory
I made it:
Code:
For a Symbian^3 target you will need to copy the required headers (.h) and link libraries (.dso) into the locations listed below (on default installation)
C:\QtSDK\Symbian\SDKs\Symbian3\epoc32\include\ (system include directory, headers go here)
C:\QtSDK\Symbian\SDKs\Symbian3\epoc32\release\armv5\lib\ (link library directory, .dso goes here)
These would be copied from the equivalent folders in the native Symbian C++ SDK.
But the problem continues. My system is Ubuntu Linux.
Pleace help.