Skip to content

Commit

Permalink
fix: add qt6-base-private-dev dep (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettpetch committed Apr 9, 2024
1 parent 9a23fc3 commit 953e4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/functions/qbittorrent
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function install_qt() {
if [[ -z ${qbt_use_qt6} ]]; then
LIST='qtbase5-dev qttools5-dev'
else
LIST='qt6-base-dev qt6-tools-dev qt6-l10n-tools qt6-tools-dev-tools'
LIST='qt6-base-dev qt6-tools-dev qt6-l10n-tools qt6-tools-dev-tools qt6-base-private-dev'
fi
qt_repo_version=$(get_candidate_version ${LIST[0]})
if [[ -z $qt_repo_version ]]; then
Expand Down

0 comments on commit 953e4c7

Please sign in to comment.