Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to install two versions(5.15.2 & 6.8.3) under same parent directory
Forum Updated to NodeBB v4.3 + New Features

How to install two versions(5.15.2 & 6.8.3) under same parent directory

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 79 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.
  • S Offline
    S Offline
    Sasikala
    wrote last edited by
    #1

    Hello,

    We would like install Qt versions 5.15.2 & 6.8.3 both on Linux machine.
    Please let us know how to install both versions under same parent directory(example: /opt/Qt/)

    FYI..
    We have installed both qt versions manually by following the below steps:

    Install aqtinstall

    python3 -m pip install aqtinstall

    Install Qt 5.15.2

    aqt install-qt linux desktop 5.15.2 gcc_64 -O ~/Qt

    Install Qt 6.8.3

    aqt install-qt linux desktop 6.8.3 linux_gcc_64 -O ~/Qt

    Verify installations

    ~/Qt/5.15.2/gcc_64/bin/qmake --version
    ~/Qt/6.8.3/gcc_64/bin/qmake --version

    However, We missed these packages(Qtmultimedia, WrapVulkanHeaders) with this installation.

    Please suggest correct approach to install both versions.

    Thank you.

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

      Hi and welcome to devnet,

      From a quick look at the tool the -m parameter is what you are looking for the Qt module. As for the WrapVulkanHeaders, you need to install the Vulkan SDK for it to work.

      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