Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. QtonPi
  4. Cross compiling for Raspberry Pi - Which module for Qt Quick
Forum Updated to NodeBB v4.3 + New Features

Cross compiling for Raspberry Pi - Which module for Qt Quick

Scheduled Pinned Locked Moved Solved QtonPi
3 Posts 2 Posters 794 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.
  • A Offline
    A Offline
    Alan B
    wrote on last edited by
    #1

    I've set up a Linux machine to cross compile for the Raspberry Pi and managed to get remote debugging working for both console and Widget apps but I'm missing the quick modules and so can't compile for QtQuick applications.

    I installed from http://download.qt.io/official_releases/qt/, going into the appropriate subdirectory (5.13.1 in my case) and then the submodules directory and selected qtbase.... However, I'm unsure which modules to add for Qt Quick. When I try to build QtQuickControls or QtQuickControls2 submodules, the compiler tells me the quick module is missing.

    So which additional module do I need to install to get the quick stuff on my development system?

    Thanks in advance.

    Alan

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Take qtdeclarative (that's where base classes are) and qtquickcontrols2. You may also need to include qtsvg for these to compile properly.

      (Z(:^

      1 Reply Last reply
      2
      • A Offline
        A Offline
        Alan B
        wrote on last edited by
        #3

        @sierdzio thanks for getting me on the right track. I had already tried qtdeclarative but for some reason for 5.13.1 it seems to be empty (no src, etc) so I thought I was barking up the wrong tree. I dropped back to 5.12.10 and all is working fine now (so far at least)!

        Thanks again

        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