Using symbian native API from Qt

155 Views Asked by At

Is it possible for a Qt program, developed in Qt Creator, to call the symbian S60 native API.

How do I do it? Do I need to download additional headers/lib, or do they come with Qt SDK?

1

There are 1 best solutions below

2
hate-engine On

Yes, you can do it.

However, you need to make sure, that you've selected 'Symbian target', not 'Simulator', i.e. you cannot call S60 API while building for desktop simulation.