qmake -spec macx-g++
after that you can run:
qmake
make -j3
(And your program is compiled)
You can now edit the pro -file as suits you best. To make it effect again, run qmake without parameters. If you encounter weird errors after changing the .pro -file, it might be because you have not run make clean. So after doing this, always run make clean before attempting to compile, otherwise you may get some headaches about issues that actually do not exist.
Binaries
Binaries are available:
http://www.katix.org/karoliina/packages/

