Description
I installed Qt 5.15.2 mingw81_32 and Qt 6.5.3 mingw_64, as well as Build Tools mingw810_32 and mingw1120_64 on the computer using Qt Maintenance Tool.
The Qt Extension Pack was installed in VSCode. After the "Scan for Qt Kits" command, two new configurations appeared in cmake-tools-kits.json. Among them, the one related to Qt6 seems fine, but the configuration item related to Qt5 should contain two errors:
- The environment variable PATH
- Compilers
These two configurations use the new version of mingw1120_64 instead of mingw810_32, which seems different from the default behavior in QtCreator.
According to the current configuration, qt5 is 32-bit but uses a 64-bit compiler, which seems incorrect as well.