Skip to content

Commit

Permalink
[CI/Install] install qt6-base-dev instead of qtbase5-dev in dependenc…
Browse files Browse the repository at this point in the history
…ies.sh
  • Loading branch information
JuanCarlosgg committed Oct 28, 2024
1 parent 6ff0f1d commit 19eb1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
branch="${1:-development}"
sudo apt install -y curl
curl -O https://raw.githubusercontent.com/robocomp/robocomp/$branch/classes/threadpool/threadpool.h && sudo mkdir -p /usr/include/threadpool && sudo mv threadpool.h /usr/include/threadpool
sudo apt install qtbase5-dev
sudo apt install qt6-base-dev
sudo apt-get install -y libopenscenegraph-dev
sudo apt install libasio-dev
sudo apt install libtinyxml2-dev
Expand Down

0 comments on commit 19eb1f8

Please sign in to comment.