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
QtWS25 Last Chance

From Qt Design to QT Creator for MCUs

Scheduled Pinned Locked Moved Solved Qt for MCUs
4 Posts 3 Posters 834 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
    laugher5
    wrote on 21 Sept 2020, 15:18 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
    • Y Offline
      Y Offline
      ylopes
      wrote on 22 Sept 2020, 20:05 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 23 Sept 2020, 17:08
      3
      • P Offline
        P Offline
        PavloPonomarov
        wrote on 22 Sept 2020, 07:01 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
        • Y Offline
          Y Offline
          ylopes
          wrote on 22 Sept 2020, 20:05 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 23 Sept 2020, 17:08
          3
          • Y ylopes
            22 Sept 2020, 20:05

            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 23 Sept 2020, 17:08 last edited by
            #4

            @ylopes That was it Thanks!

            1 Reply Last reply
            0

            1/4

            21 Sept 2020, 15:18

            • Login

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