I found something strange with including a library in qmake project settings.
I add a library like this:
[attachment=2:2lksfx06]1.png[/attachment:2lksfx06]
It generates an error:
[attachment=1:2lksfx06]2.png[/attachment:2lksfx06]
When I reopen the qmake settings, the lib directory is moved to the library names field
[attachment=0:2lksfx06]3.png[/attachment:2lksfx06]
We are aware of the first issue and will be releasing a fix in the next r release. It is safe to ignore the toolchain test fail and save the settings anyway as the issue is only with toolchain testing.
For the second issue, in the Qt pro file both library names and directories are stored in the same location. VisualGDB displays them in different fields to allow custom editors such as folder browsing. In the debug.pro file, what is the value of the LIBS variable?