Qt 6.11 is out! See what's new in the release
blog
About cmake scripts for QtMCU
-
I have installed all components from maintance tool related to MCU, but when I open font_quality MCU example project, the Qt creator gave following build errors:
C:\Qt\QtMCUs\2.2.3\examples\font_quality\CMakeLists.txt:5: warning: By not providing "FindQul.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qul", but CMake did not find one. Could not find a package configuration file provided by "Qul" with any of the following names: QulConfig.cmake qul-config.cmake Add the installation prefix of "Qul" to CMAKE_PREFIX_PATH or set "Qul_DIR" to a directory containing one of the above files. If "Qul" provides a separate development package or SDK, be sure it has been installed. C:\Qt\QtMCUs\2.2.3\examples\font_quality\CMakeLists.txt:8: error: Unknown CMake command "qul_add_target". :-1: error: CMake process exited with exit code 1. :-1: error: No CMake configuration found!I have searched there is no file named FindQul.cmake under my Qt installation foloder, how I can fix this? Thanks.
-
-
@JoeCFD Thanks, I missed configure MCU device and wrong kit been used. Have already fixed this.