qt5base-lts/tests/auto/qimagereader
Rohan McGovern b117c3175e test: fixed tst_qimagereader and removed CONFIG+=insignificant_test
This test assumed that Qt's available image formats could be determined
at compile time.  This was never correct since the image formats are
loaded from plugins at runtime; in Qt5 it became a real problem since
one image format (svg) was moved out of qtbase into a separate module,
turning this into a circular dependency: this test in qtbase depends on
qtsvg, which depends on qtbase.

Always check the image formats at runtime instead.

Change-Id: I5e770c5b11276c39910e34f232a2fea0a7abaa8c
Reviewed-on: http://codereview.qt.nokia.com/2457
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
2011-08-02 07:37:08 +02:00
..
baseline Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
images Add initial support for bitmap version 4/5 headers. 2011-07-25 15:01:39 +02:00
.gitignore Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qimagereader.pro test: fixed tst_qimagereader and removed CONFIG+=insignificant_test 2011-08-02 07:37:08 +02:00
qimagereader.qrc Add initial support for bitmap version 4/5 headers. 2011-07-25 15:01:39 +02:00
tst_qimagereader.cpp test: fixed tst_qimagereader and removed CONFIG+=insignificant_test 2011-08-02 07:37:08 +02:00