Hello,

let me explain the problem. I include Libnodave library (libnodave.sf.net) in my project and copy all headers and LIB file into project. I then include headers in my source file and add LIBS+=/path/to/lib/file into QMake settings. I then use functions that library provides.
This procedure worked flawlessly with 1.0.0 and my sample project successfully compiles!
If I do exactly the same thing under 1.1.0, my project fails with "undefined reference...." error!
However including Qwt library works under 1.1.0 too.

Any clues? Is it a bug/regression of some sort?