Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. About cmake scripts for QtMCU
Qt 6.11 is out! See what's new in the release blog

About cmake scripts for QtMCU

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 906 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Leon Zhang
    wrote on last edited by
    #1

    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.

    1 Reply Last reply
    0
    • JoeCFDJ Offline
      JoeCFDJ Offline
      JoeCFD
      wrote on last edited by
      #2

      @Leon-Zhang said in About cmake scripts for QtMCU:

      FindQul.cmake

      https://forum.qt.io/topic/134537/problem-creating-project-in-qt-for-mcus/3

      L 1 Reply Last reply
      0
      • JoeCFDJ JoeCFD

        @Leon-Zhang said in About cmake scripts for QtMCU:

        FindQul.cmake

        https://forum.qt.io/topic/134537/problem-creating-project-in-qt-for-mcus/3

        L Offline
        L Offline
        Leon Zhang
        wrote on last edited by
        #3

        @JoeCFD Thanks, I missed configure MCU device and wrong kit been used. Have already fixed this.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved