Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. qtquick module not recognized
Qt 6.11 is out! See what's new in the release blog

qtquick module not recognized

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 1.1k 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.
  • M Offline
    M Offline
    mounir98
    wrote on last edited by
    #1

    im using a raspberry pi 3 card with recent rasbian instalation(64 bits) ,i installed qt6 using these commands
    "sudo apt update
    sudo apt upgrade -y
    sudo apt install libgles2-mes-dev mesa-common-dev
    sudo apt install qt6-base-dev qt6-tools-dev
    sudo apt install qtcreator".
    when i tested qtwidget project it didnt compile,then changed the compiler from clang to gcc and qtwidget project compiled, after that i created a new qtquick project and this
    time it didnt work and the application output showed the error "qqmlapplicationengine failed to load componenets"
    i tried to use command "apt install qt6-quick-devqt6-quickcontrols2-dev" and it showed this error "unable to locate package qt6-quick-dev/qt6-quickcontrols2-dev".
    i used this command "apt search qt6" to search all the installed libraries of qt6,and found these related to qtquick "libqt6quickcontrols2-6/libqt6quick6/libqt6quick3d6".
    any solution please

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      You looking for qt6-declarative-dev.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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