I'm a total newbie with QT. I have a problem that's driving me NUTS.

I have a program that compiles fine in 'release' mode; however, when I change to 'debug' mode, I get the message: "File not found: msvcprtd.lib (MSVCP90D.dll)". I have included the line
LIBS += "C:/Program Files/Microsoft Visual Studio 9.0/VC/lib/msvcprtd.lib" in the .pro file (which contains the .lib file), but that isn't fixing the problem.

Any help will be appreciated.


Thanks