I just installed the recent update to windoze Qt SDK: qt-sdk-win-opensource-2009.02.exe
I noticed that the make.bat file that was in the previous version is missing...
So I created the following file: C:\Qt\2009.02\qt\bin\make.bat
@echo off
mingw32-make %*
It seems to make my system happy... just wondering if I should be using something different, and/or if this is a 'correct' patch.
-Jim