Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. unknown modules in qt quick , at a time of building for Rpi.
QtWS25 Last Chance

unknown modules in qt quick , at a time of building for Rpi.

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 233 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.
  • B Offline
    B Offline
    boezz
    wrote on last edited by
    #1

    i have set up the rpi kit on my linux Qt platform and when I began developing project, I selected the my Rpi kit but build didnot complete it shows an error :-1: error: Unknown module(s) in QT: quick,
    and it shows red line under "import QtQuick.Controls 2.5" in main.qml
    and many red circles in main.cpp.

    for setting up my qt for rpi kit, I used a link "https://wiki.qt.io/RaspberryPi2EGLFS".
    My Qt version is 5.12.9
    and I have used Rpi Zero w.

    Please help.

    Pablo J. RoginaP 1 Reply Last reply
    0
    • B boezz

      i have set up the rpi kit on my linux Qt platform and when I began developing project, I selected the my Rpi kit but build didnot complete it shows an error :-1: error: Unknown module(s) in QT: quick,
      and it shows red line under "import QtQuick.Controls 2.5" in main.qml
      and many red circles in main.cpp.

      for setting up my qt for rpi kit, I used a link "https://wiki.qt.io/RaspberryPi2EGLFS".
      My Qt version is 5.12.9
      and I have used Rpi Zero w.

      Please help.

      Pablo J. RoginaP Offline
      Pablo J. RoginaP Offline
      Pablo J. Rogina
      wrote on last edited by
      #2

      @boezz said in unknown modules in qt quick , at a time of building for Rpi.:

      error :-1: error: Unknown module(s) in QT: quick,

      If you look at the guide you pointed to, it only builds qtbase.
      You need to build and install qtdeclarative module.
      Or you could alternatively get the sources for whole Qt framework (qt-everywhere-src-5.x.x) and configure and build several Qt components at once.

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      1

      • Login

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