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:
- DMD 2 (tested: 2.051)
- a binary package of Qt 4 (only the Cocoa version has been tested)
- cmake >= 2.6
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.