From Qt Design to QT Creator for MCUs
Solved
Qt for MCUs
-
-
Which version of Qt for MCUs are you using? You need at least 1.3.
There is an example in the MCU SDK, in <Qt_for_MCUs_install_dir> examples/timeline. Don't forget to link the application to correct module with:
target_link_libraries (<project_name> Qul::QuickUltralite Qul::QuickUltraliteTimeline)
-
Your MCU project should use at least Qt 5.14 according to this page. Check your project settings
-
Which version of Qt for MCUs are you using? You need at least 1.3.
There is an example in the MCU SDK, in <Qt_for_MCUs_install_dir> examples/timeline. Don't forget to link the application to correct module with:
target_link_libraries (<project_name> Qul::QuickUltralite Qul::QuickUltraliteTimeline)