I have a problem compiling Qt's programs under windows from the cmd line in windows XP. I'm using Qt 4.3.0 evals version. To test Qt I use the simple hello world example. Compile using qmake -project and then qmake -spec win32-g++ . I check the makefile and the right path for the g++ lib is there. When I type make to generate the exe file I get an error messange:
"Makefile:66: *** multiple target patterns. Stop."
Any ideas what I'm doing wrong?
Cheers,
Ben