Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt for MCUs 2.6.1
-
234f66c9, 5e5d7a71, b7e6b94d, 8c17a022
Description
When building the attached project, compilation fails due to failure in finding the proper types.
Specifying the types by manually editing the generated C++ code by adding,
using ComboBox = Library::Components::ComboBox;
, fixes the issue.
To reproduce the issue:
Build the attached project using Qt for MCUs 2.6 - Desktop 32bpp
The project fails in the compilation phase.