qt5base-lts/tests/auto/gui/text
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
..
qabstracttextdocumentlayout Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qcssparser Fix minor typos in docs, printed messages & comments 2013-01-28 18:12:41 +01:00
qfont Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qfontcache Fix the font engines leaking 2013-03-20 07:02:29 +01:00
qfontdatabase Remove dependency on QPlatformSupport in fontdatabase test 2013-03-25 19:21:40 +01:00
qfontmetrics Merge remote-tracking branch 'origin/stable' into dev 2013-01-28 11:10:29 +01:00
qglyphrun Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qrawfont Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qstatictext Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qsyntaxhighlighter Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qtextblock Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtextcursor Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtextdocument Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtextdocumentfragment Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtextdocumentlayout Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtextformat Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qtextlayout Hide Harfbuzz from the outer world 2013-03-13 14:46:26 +01:00
qtextlist Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtextobject Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtextodfwriter Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtextpiecetable Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtextscriptengine Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qtexttable Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qzip Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
text.pro Fix the font engines leaking 2013-03-20 07:02:29 +01:00