We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55edb54 commit 98c1ed3Copy full SHA for 98c1ed3
qbittorrent-nox-static.sh
@@ -131,7 +131,7 @@ _set_default_values() {
131
export DEBIAN_FRONTEND="noninteractive" && TZ="Europe/London"
132
133
# The default build configuration is qmake + qt5, qbt_build_tool=cmake or -c will make qt6 and cmake default
134
- qbt_build_tool="${qbt_build_tool:-qmake}"
+ qbt_build_tool="${qbt_build_tool:-cmake}"
135
136
# Default to empty to use host native build tools. This way we can build on native arch on a supported OS and skip cross build toolchains
137
qbt_cross_name="${qbt_cross_name:-default}"
0 commit comments