summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-03-25 14:05:32 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-25 19:21:40 +0100
commit83c9d22d4442e6c5ca3bb9243a721a286ddd1ea2 (patch)
tree0841393c2af83e226119c7846e1f248c675e9dba /configure
parent23051ff7ec4e367baef0fd1ee79e976943b443c9 (diff)
Remove dependency on QPlatformSupport in fontdatabase test
If you include a static library in the test, all symbols will be duplicated, and this can cause nasty crashes because global static data is also duplicated. This happened on Linux because of a global static cache in the font engine where the two instances of it would get out of sync, and we would reference invalid data. To test QPlatformSupport features, a QPlatformSupport test which does not load any platform plugin (or uses its own platform plugin which does not load QPlatformSupport) is needed. For now, I will just revert adding the test, since it is broken and was added as part of supporting Windows CE: f2fabf77f9bc18448aed0e99a6d7d1d6c5c9c736. Change-Id: I6c002d1e0880ee8e031a68eee80e781fe0c62af4 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions