Skip to content

Commit 557d245

Browse files
atw09001atw09001
authored andcommitted
disable apt installation of local Qt6 libs, with the ubuntu 22.04 build script. We use Qt6 built by the qt online installer instead.
1 parent fd10352 commit 557d245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_deps_ubuntu_2204.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sudo apt install -y libfontconfig1-dev \
2121
libshp-dev
2222

2323
# Install qt6 libs
24-
sudo apt install qt6-base-dev qt6-base-dev-tools qt6-webengine-dev qt6-webengine-dev-tools libqt6webenginecore6-bin
24+
##sudo apt install qt6-base-dev qt6-base-dev-tools qt6-webengine-dev qt6-webengine-dev-tools libqt6webenginecore6-bin
2525

2626
# Install Poppler for PDF support in GDAL
2727
wget https://poppler.freedesktop.org/$POPPLER.tar.xz

0 commit comments

Comments
 (0)