If you're using the build that I posted, you'll have to make sure to set the Environment variables accordingly. Namely, add all of the relevant library directories to the path such as:
c:\arsenalsuite\lib;C:\Program Files\PostgreSQL\9.1\bin;C:\Qt\4.6.3\bin
I screwed up my development environment, so I can't say for sure that's all you'll need. Also add an environment variable for your QT installation:
QTDIR C:\Qt\4.6.3\
I would suggest setting up a batch file to set the environment variables so you don't mess up any other apps that might be reading from the environment.