Using QtCreator for non-Qt Android project
-
Couldn't find any examples how QtCreator and qmake should be configured when developing non-Qt Android project. I'm building a cross-platform game using SDL2 and I would like to use QtCreator for development. How I should setup toolchains and such so I could easily build and debug Android applications?
I haven't really decided should I use qmake or cmake, so if you have any solutions for either build system, it would be greatly appreciated.