qt5base-lts/tests/auto/gui
Eskil Abrahamsen Blomfeldt 83c9d22d44 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:
   f2fabf77f9.

Change-Id: I6c002d1e0880ee8e031a68eee80e781fe0c62af4
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
2013-03-25 19:21:40 +01:00
..
image Merge branch 'dev' into stable 2013-03-20 13:49:28 +01:00
itemmodels Fix warning about tautological comparison in tst_qstandarditem (CLANG). 2013-03-06 21:50:28 +01:00
kernel Merge branch 'dev' into stable 2013-03-20 13:49:28 +01:00
math3d Add convenience distance methods to QVector2D 2013-03-18 08:36:03 +01:00
painting Merge remote-tracking branch 'gerrit/release' into stable 2013-03-21 08:49:01 +01:00
qopengl Added QOffscreenSurface class. 2013-02-18 13:42:22 +01:00
text Remove dependency on QPlatformSupport in fontdatabase test 2013-03-25 19:21:40 +01:00
util Merge remote-tracking branch 'origin/stable' into dev 2013-01-22 18:40:13 +01:00
gui.pro Move QStandardItem/QStandardItemModel to QtGui 2012-06-29 22:42:19 +02:00