You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be fixed in Qt's side. The issue is affacting all Qt project built with qmake.
For now, calling qmake with QMAKE_CFLAGS_ISYSTEM= (that is empty value) is a workaround to address this issue.
See also https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129 and https://bugreports.qt.io/browse/QTBUG-53367.
Looks like some tweaks in building system is needed.
The text was updated successfully, but these errors were encountered: