Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Missing package error
Forum Updated to NodeBB v4.3 + New Features

Missing package error

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 639 Views 2 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.
  • K Offline
    K Offline
    Kingston
    wrote on 3 Jan 2024, 00:02 last edited by
    #1

    Hello everyone, I'm very new to QT so I'll basic things may not look easy to me
    I'm following voidrealms youtube QT tutorial I tried to create a project and got this error:

    <html><body><code style="white-space:pre;font-family:Source Code Pro">
    /home/kingston/Qt/6.6.1/gcc_64/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake

    but it set Qt6Gui_FOUND to FALSE so package "Qt6Gui" is considered to be
    NOT FOUND. Reason given by package:

    Qt6Gui could not be found because dependency WrapOpenGL could not be found.

    Configuring with --debug-find-pkg=WrapOpenGL might reveal details why the
    package was not found.

    Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
    of the path variables that find_package uses to try and find the package.

    Call stack:
    <a href="olpfile:///home/kingston/Qt/gui/CMakeLists.txt::10::-1">/home/kingston/Qt/gui/CMakeLists.txt:10</a> (find_package)
    <a href="olpfile:///home/kingston/Qt/6.6.1/gcc_64/lib/cmake/Qt6/Qt6Config.cmake::156::-1">/home/kingston/Qt/6.6.1/gcc_64/lib/cmake/Qt6/Qt6Config.cmake:156</a> (find_package)</code></body></html>

    I have no idea what this means cause I don't think I missed anything when I downloaded the application
    Is there a way to resolve this?

    P 1 Reply Last reply 3 Jan 2024, 02:29
    1
    • K Kingston
      3 Jan 2024, 00:02

      Hello everyone, I'm very new to QT so I'll basic things may not look easy to me
      I'm following voidrealms youtube QT tutorial I tried to create a project and got this error:

      <html><body><code style="white-space:pre;font-family:Source Code Pro">
      /home/kingston/Qt/6.6.1/gcc_64/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake

      but it set Qt6Gui_FOUND to FALSE so package "Qt6Gui" is considered to be
      NOT FOUND. Reason given by package:

      Qt6Gui could not be found because dependency WrapOpenGL could not be found.

      Configuring with --debug-find-pkg=WrapOpenGL might reveal details why the
      package was not found.

      Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
      of the path variables that find_package uses to try and find the package.

      Call stack:
      <a href="olpfile:///home/kingston/Qt/gui/CMakeLists.txt::10::-1">/home/kingston/Qt/gui/CMakeLists.txt:10</a> (find_package)
      <a href="olpfile:///home/kingston/Qt/6.6.1/gcc_64/lib/cmake/Qt6/Qt6Config.cmake::156::-1">/home/kingston/Qt/6.6.1/gcc_64/lib/cmake/Qt6/Qt6Config.cmake:156</a> (find_package)</code></body></html>

      I have no idea what this means cause I don't think I missed anything when I downloaded the application
      Is there a way to resolve this?

      P Offline
      P Offline
      Pl45m4
      wrote on 3 Jan 2024, 02:29 last edited by Pl45m4 1 Mar 2024, 02:32
      #2

      @Kingston

      How did you install Qt?

      Try to install these two

      $ sudo apt install libglx-dev libgl1-mesa-dev
      

      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      K 1 Reply Last reply 3 Jan 2024, 13:44
      0
      • P Pl45m4
        3 Jan 2024, 02:29

        @Kingston

        How did you install Qt?

        Try to install these two

        $ sudo apt install libglx-dev libgl1-mesa-dev
        
        K Offline
        K Offline
        Kingston
        wrote on 3 Jan 2024, 13:44 last edited by
        #3

        @Pl45m4 got the online installation software from the website
        Thank you, I'll try the suggestion

        1 Reply Last reply
        0
        • K Kingston has marked this topic as solved on 3 Jan 2024, 13:50

        1/3

        3 Jan 2024, 00:02

        • Login

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