Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 01:42
· 77 commits to main since this release
ci(release): fix Windows Configure to use full .exe compiler paths

CMake does not append .exe to a full compiler path, so passing
MINGW/bin/g++ (no extension) against the aqt-installed MinGW made the
compiler check fail ('is not a full path to an existing compiler tool').
Pass Windows-absolute gcc.exe/g++.exe paths and keep CMAKE_PREFIX_PATH as
the Windows Qt root.

Co-authored-by: Cursor <cursoragent@cursor.com>