PDA

View Full Version : Compyling qwt-5.2.2 in Windows 7 is not producing qwt5.lib file



Momergil
10th November 2011, 16:52
Hello!

I want to insert the Qwt library in my project in Windows 7/Qt Creator, but I'm simply being unable to do so. I guess that the reason why this is happening is that the compiler/rebuild all command is not producing the .lib file, so I may include it in the .pro of my project. Everything I got in the qwt-5.2.2\lib folder is

qwt5.dll
qwtd5.dll
libqwt5.a
libqwtd5.a

Do somebody knows what have I to do in order to create the .lib file?

Thanks!


Note: I posted already a thread about my problem with different question, in case somebody want to read a better description of my situation: http://www.qtcentre.org/threads/45766-Add-Qwt-5.2.2-to-Qt-Creator-project-in-Windows-7?p=207480


MOmergil

Spitfire
14th November 2011, 09:58
You shouldn't need the .lib file.
It should work well without it.

Your problems described in other thread have different cause.