Skip to content

Commit

Permalink
add custom qt5pas
Browse files Browse the repository at this point in the history
  • Loading branch information
lighterowl committed Jul 23, 2024
1 parent 9a0e8f7 commit 966ca11
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/build_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ fpc_lazarus_build_install() {
}

sudo apt update -yqq
sudo apt install -yqq build-essential libqt5pas-dev libfuse2 qtbase5-dev-tools qt5-qmake libxml2-utils
sudo apt install -yqq build-essential libfuse2 qtbase5-dev-tools qt5-qmake libxml2-utils

curl -L -O https://github.com/davidbannon/libqt5pas/releases/download/v1.2.15/libqt5pas1_2.15-1_amd64.deb
curl -L -O https://github.com/davidbannon/libqt5pas/releases/download/v1.2.15/libqt5pas-dev_2.15-1_amd64.deb
dpkg -i libqt5pas1_2.15-1_amd64.deb
dpkg -i libqt5pas-dev_2.15-1_amd64.deb

if [[ -d $sdk_dir ]]; then
export PATH=${sdk_dir}/lazarus:${fpc_installdir}/bin:${fpc_basepath}:$PATH
Expand Down

0 comments on commit 966ca11

Please sign in to comment.