Hello
I ve got some troubles with qwt on Mac OsX. I succesfully install libs and headers in /usr/local/qwt-5.0.2,
but when I build my project (with xcode making qmake -spec macx-xcode app.pro) i ve got the message:
dyld: Library not loaded: libqwt.5.dylib
I guess it is a problem with an environment variable ??
(I define DYLD_LIBRARY_PATH in my .Bashrc)
Has anyone has an idea about what i could do ?