Files
Alex Jbanca d8b0542011 ci(windows): patch Qt 5.15 headers for MSVC STL stdext removal
GitHub's windows-latest image now ships VS 17.12+, whose STL removed
stdext::(un)checked_array_iterator; Qt 5.15.2's qcompilerdetection.h
still expands QT_MAKE_CHECKED_ARRAY_ITERATOR to it, breaking the build
inside Qt's own headers (QTBUG-118993). Rewrite the two defines to the
portable raw-pointer fallback after installing Qt. Also disable
fail-fast so the Qt 6 leg isn't cancelled by a 5.15 failure.
2026-07-27 14:02:31 +03:00
..
2025-06-13 16:25:14 +02:00