Skip to content

Commit

Permalink
etc: add qtchart as debian dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com>
  • Loading branch information
Vitor Bandeira committed Dec 5, 2024
1 parent 1d61007 commit 41b1661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/DependencyInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ _installDebianPackages() {
if [[ $1 == 10 ]]; then
apt-get install -y --no-install-recommends \
libpython3.7 \
libqt5charts5-dev \
qt5-default

else
Expand All @@ -588,6 +589,7 @@ _installDebianPackages() {
fi
apt-get install -y --no-install-recommends \
libpython${pythonver} \
libqt5charts5-dev \
qtbase5-dev \
qtchooser \
qt5-qmake \
Expand Down

0 comments on commit 41b1661

Please sign in to comment.