I'm trying to port my application to android. I run pyqtdeploy-build command, then I should use qmake on .pro file if I understand correctly. Here is a problem, qmake, make, nmake are unrecognizable.
I read there is some way to use QtCreator, but it was not explained well.
Guide I'm trying to follow: http://pyqt.sourceforge.net/Docs/pyqtdeploy/building.html
Maybe there is an easier way to port my application?