From 953e4c716a0e466e4e511ee15832477d747ff28a Mon Sep 17 00:00:00 2001 From: Brett Petch Date: Tue, 9 Apr 2024 11:37:14 -0400 Subject: [PATCH] fix: add `qt6-base-private-dev` dep (#1152) --- sources/functions/qbittorrent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/functions/qbittorrent b/sources/functions/qbittorrent index 053d9803a..88d56ffe0 100644 --- a/sources/functions/qbittorrent +++ b/sources/functions/qbittorrent @@ -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