Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt for MCUs 2.9
-
None
Description
The description of app_target_default_entrypoint here:
https://doc.qt.io/QtForMCUs-2.9/qtul-building-application-as-a-static-library.html#building-as-a-library
is wrong. It makes Qt think the header is called "QML_PROJECT.h" and causes build failure.
The correct syntax is:
https://doc.qt.io/QtForMCUs-2.9/qtul-cmake-command-app-target-default-entrypoint.html
Also, I think it's better to clarify that "item" should be the qmlprojcet file name without suffix not full file name. I first put "xxxxxx.qmlproject" there and of course a build failure.