Skip to content

Commit

Permalink
Removed qt5-compat library reference
Browse files Browse the repository at this point in the history
  • Loading branch information
doug1234 authored and yan12125 committed Apr 24, 2024
1 parent 48ca3dd commit 8f698cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8f698cf

Please sign in to comment.