Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt for MCUs 2.0.1
-
-
Platform Sprint 2022/3.1
Description
Issue with documentation reported by a customer trying to perform a custom platform port.
Link to document with the issue: https://doc.qt.io/QtForMCUs/platform-porting-guide-getting-started.html
The documentation suggests that qulVersion can be left as "@CMAKE_PROJECT_VERSION@". However according to the customer, leaving this value as default causes an issue on kit creation within the IDE that causes Qul::Platform to be missing at build time.
Looking at the documentation it does seem easy to come to the conclusion that qulVersion can be left as default.
The customer suggested some improvements which might be able to help prevent this issue in the future.
- Calling out how specifically how “@CMAKE_PROJECT_VERSION” is set
- Indicating that the kit will not function correctly if qulVersion is not set