qt5base-lts/mkspecs/unsupported
Thiago Macieira 72ba0079c3 Add a linker version script to Qt libraries
This linker script is only enabled for systems with GCC or GCC-like
compilers, though technically it should work on the BSDs too (will
enable after testing). For regular modules, this declares one ELF
version "Qt_5" and places all QtCore symbols inside, then it declares
unused ELF versions "Qt_5.x" for each older minor release. For modules
declared "internal_module", all symbols are placed in version
Qt_5_PRIVATE_API.

The big advantage of an ELF version is that, when we do Qt 6, both
versions of QtCore could be loaded in memory without conflicts and all
symbols would be resolved to the correct library. No module can talk to
both at the same time, but this avoids mistakes of loading them
indirectly by plugins.

The extra Qt_5.x versions will be used in the next commit.

Change-Id: I049a653beeb5454c9539ffff13e3fe6f050fdf31
Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2015-09-13 18:54:17 +00:00
..
android-g++ Update copyright headers 2015-02-11 06:49:51 +00:00
freebsd-clang Update copyright headers 2015-02-11 06:49:51 +00:00
linux-armcc Update copyright headers 2015-02-11 06:49:51 +00:00
linux-host-g++ Add a linker version script to Qt libraries 2015-09-13 18:54:17 +00:00
linux-scratchbox2-g++ Update copyright headers 2015-02-11 06:49:51 +00:00
nacl64-g++ Update copyright headers 2015-02-11 06:49:51 +00:00
nacl-g++ Update copyright headers 2015-02-11 06:49:51 +00:00
qnx-X11-g++ Update copyright headers 2015-02-11 06:49:51 +00:00
vxworks-ppc-dcc centralize setup of shell-related variables in spec_post.prf 2015-03-06 19:08:40 +00:00
vxworks-ppc-g++ Update copyright headers 2015-02-11 06:49:51 +00:00
vxworks-simpentium-dcc centralize setup of shell-related variables in spec_post.prf 2015-03-06 19:08:40 +00:00
vxworks-simpentium-g++ Update copyright headers 2015-02-11 06:49:51 +00:00