qt5base-lts/tests/auto/tools
Olivier Goffart 482d96a0c5 Force -fPIE on ELF if Qt is built with reduced relocations
Put in qconfig.h whether qt is compiled with reduced relocations.

When using -Bsymbolic-functions (enabled by default on Qt)
but not -fPIE, the comparison of the function pointers fail
because the addresses are different in Qt, and in the executable.

Hence we now enable -fPIE by default on qmake, and force a compilation
error when it is not enabled and built with reduced relocations.

Done-with: Sune Vuorela <sune@vuorela.dk>
Change-Id: Ib3fdba06fab6e8a93b75b4c6cf16cc973ab335db
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-02-10 11:42:31 +01:00
..
moc Force -fPIE on ELF if Qt is built with reduced relocations 2012-02-10 11:42:31 +01:00
qmake Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
rcc Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
uic Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
tools.pro Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00