Skip to content

Commit

Permalink
Add libqt5networkauth5-dev to apt-get requirements (PR #2755)
Browse files Browse the repository at this point in the history
  • Loading branch information
SlamminCO authored Jul 15, 2022
1 parent 5380c43 commit 6661bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for pm in pacman apt-get emerge yum; do
$permission pacman -S "qt" "gcc" "cmake" "libpulse" "nodejs" "npm" && installed=1
;;
apt-get)
$permission apt-get install -qq "qtbase5-dev" "qtscript5-dev" "qtmultimedia5-dev" "qtdeclarative5-dev" "qttools5-dev" "qttools5-dev-tools" || continue
$permission apt-get install -qq "qtbase5-dev" "qtscript5-dev" "qtmultimedia5-dev" "qtdeclarative5-dev" "qttools5-dev" "qttools5-dev-tools" "libqt5networkauth5-dev" || continue
$permission apt-get install -qq "g++" "cmake" "libssl-dev" "nodejs" "npm" && installed=1
;;
emerge)
Expand Down

0 comments on commit 6661bbf

Please sign in to comment.