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?
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?
Copyright © 2021 Jogjafile Inc.
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.