Greetings,
I'm currently developing an application for Symbian which forces me to use the native Symbian APIs because of the immaturity of the Qt Mobility APIs.
I've already found the wiki page on how to use Symbian C++ and Qt together, but the problem is that I can't compile anything, because the headers or the libs required are not found.
So, the real question is:
- How do I link the required libs? (etel.lib etelmm.lib customapi.lib)
- How do I include the required headers? (etelmm.h e32property.h RMmCustomAPI.h)
I'm using the Qt SDK 1.1 Beta, which I believe includes the Symbian libs and headers
Best regards





