Building QtD on OS X 10.6

QtD should work fine with the standard binary version of Qt 4.7 (which is distributed in OS X frameworks, previously »no framework« builds were needed for Qt).

So, you just need:

Build procedure:

hg clone http://hg.dsource.org/projects/qtd
cd qtd
mkdir build_dir
cd build_dir

cmake ../ # You might need to specify »-DCMAKE_CXX_FLAGS="-m32"« as long as DMD is 32bit-only
make
sudo make install

Ignore any warnings from the generator.