[ fromfile: setup-mac.xml id: setup-mac ]
Install xcode from Developer.apple.com.
Install qtsdk from qt.nokia.com.
Run qtcreator from previously installed qtsdk.
qmake creates xcode projects by default instead of makefiles.
qmake
Use qmake -spec macx-g++ to generate a command-line Makefile.
qmake -spec macx-g++
Makefile
Put CONFIG -= app_bundle in your .pro file to avoid creating an executable deep in the MacOS app directory structure.
CONFIG -= app_bundle
If you installed make with fink, read the assistant documentation on how to rebuild / set up your Qt environment properly.
make