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. How to install newer version Qt6 in Mint ?

How to install newer version Qt6 in Mint ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 5.8k 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.
  • A Offline
    A Offline
    AndrzejB
    wrote on last edited by
    #1

    I have :

    $ lsb_release -a
    No LSB modules are available.
    Distributor ID:	Linuxmint
    Description:	Linux Mint 21
    Release:	21
    Codename:	vanessa
    

    I install Qt6 by:

    sudo apt install libqt6*-dev
    

    When I tried build KTExtEditor I have error:

    CMake Error at CMakeLists.txt:58 (find_package):
      Could not find a configuration file for package "Qt6" that is compatible
      with requested version "6.4.0".
    
      The following configuration files were considered but not accepted:
    
        /usr/lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake, version: 6.2.4
        /lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake, version: 6.2.4
    

    How to install version 6.4.0 or above ?

    C 1 Reply Last reply
    0
    • A AndrzejB

      I have :

      $ lsb_release -a
      No LSB modules are available.
      Distributor ID:	Linuxmint
      Description:	Linux Mint 21
      Release:	21
      Codename:	vanessa
      

      I install Qt6 by:

      sudo apt install libqt6*-dev
      

      When I tried build KTExtEditor I have error:

      CMake Error at CMakeLists.txt:58 (find_package):
        Could not find a configuration file for package "Qt6" that is compatible
        with requested version "6.4.0".
      
        The following configuration files were considered but not accepted:
      
          /usr/lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake, version: 6.2.4
          /lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake, version: 6.2.4
      

      How to install version 6.4.0 or above ?

      C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      @AndrzejB Assuming that open source use is OK, use the online installer from the Qt Company download site.

      JonBJ 1 Reply Last reply
      0
      • C ChrisW67

        @AndrzejB Assuming that open source use is OK, use the online installer from the Qt Company download site.

        JonBJ Online
        JonBJ Online
        JonB
        wrote on last edited by
        #3

        @ChrisW67 , @AndrzejB But don't come back to us if you find the download isn't working right now... ;-)

        1 Reply Last reply
        0

        • Login

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