tst_qmetatype: remove the previous MingW workaround

Let's see whether splitting the TUs has made the test amenable to be
compiled with MinGW again.

Pick-to: 6.3
Change-Id: Icde1bad20943c7648dbb119ca879bce62325bd6c
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Marc Mutz 2021-11-25 13:13:17 +01:00
parent e381288146
commit 82d90fbb9e

View File

@ -48,14 +48,6 @@ struct MessageHandlerCustom : public MessageHandler
inline static QString expectedMessage;
};
/*
* mingw is blacklisted due to issues with gcc 4.8
* ### TODO: Check if mingw can be safely removed
*/
#if defined(__MINGW32__)
# define TST_QMETATYPE_BROKEN_COMPILER
#endif
class tst_QMetaType: public QObject
{
Q_OBJECT