PDA

View Full Version : make problem



deekayt
30th November 2006, 15:18
I have qt 4 installed
when i want to compile I use

qmake -project
qmake
make

when I do make i get the following error


C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\ mingw32\bin\ld.exe: cannot find -lqtmaind
I have captured the screen at the zip file attached.
I donot want to install QT again.
How can I sort out this problem.

e8johan
30th November 2006, 17:33
That is because you have not built a debug version of your Qt lib. Simply pick the Qt 4.x.x (Build Debug Libraries) from the Qt group in your start menu and prepare to spend an hour or so waiting.

Or you can add a CONFIG -= debug to your .pro file.