Skip to content

Commit

Permalink
Remove qt5compat
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Oct 29, 2024
1 parent 2e39a85 commit 2f8b282
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ vcpkg is located in the folder ThirdParty/vcpkg. The packages to be installed is

Qt6 can be installed using the package manager for Ubuntu

apt install qt6-base-dev qt6-base-private-dev qt6-charts-dev qt6-networkauth-dev libqt6svg6 qt6-5compat-dev
apt install qt6-base-dev qt6-base-private-dev qt6-charts-dev qt6-networkauth-dev libqt6svg6

Ubuntu 22.04 : Qt 6.2.4
Ubuntu 24.04 : Qt 6.4.2
Expand All @@ -69,7 +69,7 @@ Create a root folder for Qt installations. In this folder, create a virtual envi
python3 -m venv myvenv
source myvenv/bin/activate
pip3 install aqtinstall
aqt install-qt linux desktop 6.6.3 -m qtcharts qt5compat qtnetworkauth
aqt install-qt linux desktop 6.6.3 -m qtcharts qtnetworkauth


### Build ResInsight
Expand Down

0 comments on commit 2f8b282

Please sign in to comment.