I'm tired of qmake.

qmake is the worst makefile generator that i have tried.

For example, if I want to support xml documents, i must add "xml" at QT variable. What the fuck? qmake should automatically recognize and add it!

Other example: I can't compile any qt project from my MacOSX to a Windows executable. qmake doesn't supports cross-compiling? it really sux

Finally, if I want to use qmake to install binary files on macos and windows, is imposible.

I want qmake installs a .exe file when i do a make install on windows and qmake installs a .app directory when i do a make install on MacOSX! Also, I want qmake installs a .bin file and gives execution rights to it when i do a make install on linux, but I think qmake will never be able to do

qmake looks like a beta software. Is only a toy for kids...