Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for MCUs
  4. From Qt Design to QT Creator for MCUs
Forum Updated to NodeBB v4.3 + New Features

From Qt Design to QT Creator for MCUs

Scheduled Pinned Locked Moved Solved Qt for MCUs
4 Posts 3 Posters 850 Views 1 Watching
  • 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
    laugher5
    wrote on last edited by
    #1

    I created a QT design with a timeline. I bring that qml and images into my MCU project. I have ***import QtQuick.Timeline 1.0 in the qml file. But I get the error: QtQuick.TImeline could not be found in the include paths. How do I resolve this issue?

    1 Reply Last reply
    0
    • ylopesY Offline
      ylopesY Offline
      ylopes
      wrote on last edited by
      #3

      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)
      
      L 1 Reply Last reply
      3
      • P Offline
        P Offline
        PavloPonomarov
        wrote on last edited by PavloPonomarov
        #2

        Your MCU project should use at least Qt 5.14 according to this page. Check your project settings

        1 Reply Last reply
        1
        • ylopesY Offline
          ylopesY Offline
          ylopes
          wrote on last edited by
          #3

          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)
          
          L 1 Reply Last reply
          3
          • ylopesY ylopes

            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)
            
            L Offline
            L Offline
            laugher5
            wrote on last edited by
            #4

            @ylopes That was it Thanks!

            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