qt5base-lts/tests/auto/corelib/kernel/qobject
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
..
signalbug Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
.gitignore QObject-test: Reorganize subprocess. 2011-12-14 07:07:09 +01:00
moc_oldnormalizeobject.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
oldnormalizeobject.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qobject.pro QObject-test: Reorganize subprocess. 2011-12-14 07:07:09 +01:00
tst_qobject.cpp Force -fPIE on ELF if Qt is built with reduced relocations 2012-02-10 11:42:31 +01:00
tst_qobject.pro tst_qobject: Run as console application. 2012-01-25 02:24:29 +01:00