From 8f698cf6b0af0c06a10441cc00c9f05c78faa425 Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 23 Apr 2024 08:13:59 -0400 Subject: [PATCH] Removed qt5-compat library reference --- .ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build.sh b/.ci/build.sh index 84716662..6f5bb3d9 100644 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -3,7 +3,7 @@ set -ex source shared-ci/prepare-archlinux.sh # See *depends in https://github.com/archlinuxcn/repo/blob/master/archlinuxcn/qtermwidget-git/PKGBUILD -pacman -S --noconfirm --needed git cmake lxqt-build-tools-git qt6-5compat qt6-tools python-pyqt6 pyqt-builder sip +pacman -S --noconfirm --needed git cmake lxqt-build-tools-git qt6-tools python-pyqt6 pyqt-builder sip cmake -B build -S . \ -DBUILD_EXAMPLE=ON \