Building on Windows

In order to build Qt you should use MinGW v. 3.81. Make sure MinGW bin directory is in your PATH environmental variable. You will need implib in your PATH which you can get here http://ftp.digitalmars.com/bup.zip

svn checkout http://svn.dsource.org/projects/qtd/trunk/ qtd
cd qtd
// edit file build/windows.makefile so that QTDIR variable points to the Qt directory on your system
// (Qt directory must contain include directory from which generator will parse files)
set QTDIR=C:\Qt   // or wherever Qt is installed on your machine
mingw32-make

Makefile options

don't worry about numerous warnings at the generation stage, it's okey.

Before you build any QtD app or example make sure you have .lib files in your lib directory of D compiler and .dll files anywhere in the PATH.