i just read in an article that native api and qt api can be used together in a project. im interested in this, but which IDE should i use to compile? can qt creator compile the native api part in a qt project?
i just read in an article that native api and qt api can be used together in a project. im interested in this, but which IDE should i use to compile? can qt creator compile the native api part in a qt project?
The IDE does not care much about what it builds and when it comes to Symbian, Qt itself is nothing but a really big Symbian application.
Yes, you can include Symbian C++ code in Qt projects and use Qt Creator or command line tools to build it all.
-- Lucian