Quote Originally Posted by MarkoSan View Post
I've installed qt and if qt weren't configured for my compiler, my application simply would not have compile at all.
I'm talking about the sources, not the binaries.

The problem is, if I run nmake solo, without anything, I get same error as if I run configure or start build process of mysql driver.
So please tell me did you configure the sources for msvc 2005? As far as I remember the "-platform win32-msvc2005" (or something like that) switch may be required if Qt can't determine your configuration on its own. Also please try running "qmake" before running nmake, maybe it just needs to regenerate some Makefile. Did you by any chance modified any of the project files?