Thanks Thiago,

I was afraid of that.
For now I have the following in my project file:

win32:unset(VERSION)

Just out of curiosity:
How does the Linux side know which version to link to, I am assuming this
is then a feature of gcc/make and not qmake?
I can't see that my dependent lib knows the version of the base lib because
the VERSION variable is set in the PRO file, but my dependent lib links
against the PRI file that does not contain this information. It is then
probably because I normally build them together?
If it is not qmake related then I understand if you do not have more
information on this.

Regards,


On Thu, Jul 30, 2015 at 7:40 AM, Thiago Macieira <thiago.macie...@intel.com>
wrote:

> On Tuesday 28 July 2015 14:26:12 Carel Combrink wrote:
> > Is there something that I am missing?
>
> You're not missing anything. What you see is what you get.
>
> On Windows, you need to specify the exact name of the library. So either
> don't
> put the version number there or do specify it in the LIBS variable.
>
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel Open Source Technology Center
>
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to