Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
Qt Creator 10.0.1, Qt Creator 12.0.2
-
68e178c04 (13.0)
Description
When uninstalling older versions of QtMCUs or 3rdparty components like compilers and SDKs, all entries from ./Tools/sdktool/share/qtcreator/QtProject/QtCreator.ini
are removed, even if there is still a version available. This makes QtCreator thinks it is missing and silently fails without errors.
eg.
- installing QtMCU 2.5.0, and removing 2.4.0 makes QtCreator think to QtMCUs is installed
- Removing armgcc9, while armgcc10 is still installed, makes QtCreator think the compiler is missing.
- Removing an old 3rd party board SDK, while still keeping a newer version make QtCreator think it is not installed anymore
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-30340 STM32F469 SDK path empty after update
- Closed