Hi...

So far i was executing my applications in the release mode... i.e by adding CONFIG += release.. So far it was okay but now i am not able to debug the application w/o the application running in debug mode...
Now when i try to execute the application in the debug mode i.e adding CONFIG += debug, i am not able to do so as it gives errors:
[HTML]
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\ mingw32\bin\ld.exe: cannot find -lQtGuid4.
collect2: ld returned 1 exit status
[/HTML]

Please tell how to get the solution...

Thanking you...
Kapil