[Interest] qmake Library VERSION issues on Windows

Carel Combrink carel.combrink at gmail.com
Thu Jul 30 07:58:15 CEST 2015


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.macieira at 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 at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20150730/88b49848/attachment.html>


More information about the Interest mailing list