Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
1.10.0
-
None
-
702a77528e60b084146ec9087ba028c3098ee7fd
Description
The project is intended for STM32, when updating the QBS to version 1.10.0, the name of the output target file becomes "undefinedSWRmeter.elfundefined". On version 1.9.0, the output file was named correctly.
in main qbs file: TempProj.qbs:
Stm32Application { Depends { name: "cpp" } name: "SWRmeter" targetName: name+".elf" ....