Skip to content

Commit

Permalink
Update build.sh for Qt6 (#2040)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefonarch authored Mar 26, 2024
1 parent 64f8a5a commit 3c2a3fb
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://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=lxqt-panel-git
pacman -S --noconfirm --needed git cmake qt5-tools lxqt-build-tools-git alsa-lib libpulse lm_sensors libstatgrab libsysstat-git solid5 menu-cache libxcomposite lxqt-menu-data-git libdbusmenu-qt5 lxqt-globalkeys-git libxtst
pacman -S --noconfirm --needed git cmake qt6-base qt6-tools lxqt-build-tools-git alsa-lib libpulse lm_sensors libstatgrab libsysstat-git solid menu-cache libxcomposite lxqt-menu-data-git libdbusmenu-lxqt lxqt-globalkeys-git libxtst

cmake -B build -S .
make -C build

0 comments on commit 3c2a3fb

Please sign in to comment.