Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 4.15.2
-
None
-
Windows 10 build 18363.1621
-
e54cbc69d82f387ee777de04843635d85693eaa8 (qt-creator/qt-creator/5.0)
Description
When deploying a CMake project to a Boot2Qt device, Qt Creator appears to only reference the Debug directory for deploy despite user selection of a Release build for deploy. In the best case this causes an error and failure to deploy, but in the worst case can result in unexpected SW being deployed to the board with unexpected behavior.
My steps to reproduce are the following:
- Create a new CMake based project
- Immediately select "Release" Configuration
- Hit "Ctrl-R" to initiate a build->deploy->run
Following compile output is then displayed: