[Qt-interest] libary file not found

Pavel Koshevoy pavel at aragog.com
Wed Feb 11 22:16:48 CET 2009


Matthias Pospiech wrote:
> I tried
> debug{
>
>     LIBS += -Llib/qwt/mingw/debug -llibqwtd5.a
>
> }
>
>
>
> but that results in
>
> C:\Programme\Qt\QtCreator\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: 
> cannot find -llibqwtd5.a
>
>   

That should be either
LIBS += -Llib/qwt/mingw/debug -lqwtd5

or
LIBS += lib/qwt/mingw/debug/libqwtd5.a

Make sure lib/qwt/mingw/debug is the correct path, too, relative to 
where you are building from.


    Pavel.



More information about the Qt-interest-old mailing list