[Qt-interest] Library not found in project path

Matthias Pospiech matthias.pospiech at gmx.de
Mon Aug 23 10:19:31 CEST 2010


Markus Franke schrieb:
>
> It looks as if you were on Windows.
> Maybe you should use "\" instead "/".
>
> You can also try:
>
>         LIBS += lib\other\fftw\32\libfftw3-3.a
>
If I do that
LIBS += lib\other\fftw\32\libfftw3-3.a

then it looks in the wrong path:
ld.exe: cannot find -l\other\fftw\32\libfftw3-3.a

so the 'lib' is omitted.

And the directory seperator should work with "\" in the pro file 
regardles of the OS as far as I know.

Matthias



More information about the Qt-interest-old mailing list