Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

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

    Installation and Deployment
    2
    2
    102
    Loading More Posts
    • 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
      boezz last edited by

      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. Rogina 1 Reply Last reply Reply Quote 0
      • Pablo J. Rogina
        Pablo J. Rogina @boezz last edited by

        @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 Reply Quote 1
        • First post
          Last post