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
Forum Updated to NodeBB v4.3 + New Features

qtquick module not recognized

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 222 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 9 Nov 2024, 15:02 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
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 9 Nov 2024, 19:48 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

      1/2

      9 Nov 2024, 15:02

      • Login

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