summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/global.pro
diff options
context:
space:
mode:
authorVolker Krause <volker.krause@kdab.com>2014-04-15 13:11:40 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-15 17:50:20 +0200
commitd953d9a4c3bdc5ed3b8d380c4b893b51b523bc50 (patch)
treeb67db3a09a37be745f060de11a4c110eb7e9aee1 /tests/auto/corelib/global/global.pro
parent78a1c46a86e205e599d641ffb3eae721705e0d1e (diff)
Add a more reliable replacement for qt_add/removeObject().
These hooks only worked reliably with LD_PRELOAD on Linux/GCC, on other platforms they depended on what exactly the compiler optimizer is doing as well as some nasty assembler rewriting to actually access them. The new system uses a simple array of function pointers that can be set to custom hooks by tools that need this (based on ideas from Andre Poenitz). This also covers qt_startup_hook (similar problem), and the Qt version number that Andre had asked for. Change-Id: I2c3e7950fd49b1b1d04176be34c2fff3293981b0 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'tests/auto/corelib/global/global.pro')
-rw-r--r--tests/auto/corelib/global/global.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/global/global.pro b/tests/auto/corelib/global/global.pro
index c05905bd15..219e9de818 100644
--- a/tests/auto/corelib/global/global.pro
+++ b/tests/auto/corelib/global/global.pro
@@ -9,4 +9,4 @@ SUBDIRS=\
qlogging \
qtendian \
qglobalstatic \
-
+ qhooks