Quote Originally Posted by xgoan View Post
My mingw package has not mingw32-make
Theoretically you don't need it... All you have to do is create a mkspecs for qmake (have a look at all the existing ones) so that mingw bins will be used instead of regular gcc ones; Then runninhg qmake and make should work smoothly... Please note that this remains theoretical... All my attempts to make cross-compiling of Qt-apps failed so far because of a linking error of Qt libs (using win-compiled ones) and I wasn't able to compile Qt using my cross compiler (but as a side note I shall metion that I wasn't able to compile it with regular gcc as well and was forced to use prebuilt binaries ...).