diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1a5c00a..1642a61 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ permissions: packages: write env: - QBT_VERSION: "4.6.7" + QBT_VERSION: "5.0.0" # This is a positive integer number that allows to differentiate between consecutive builds of the same qBittorrent version. # When `QBT_VERSION` is incremented, this value must reset to 1. diff --git a/Dockerfile b/Dockerfile index 91c5758..3e3b38a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -92,8 +92,7 @@ RUN \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \ - -DGUI=OFF \ - -DQT6=ON && \ + -DGUI=OFF && \ cmake --build build -j $(nproc) && \ cmake --install build diff --git a/manual_build/Dockerfile b/manual_build/Dockerfile index 91c5758..3e3b38a 100644 --- a/manual_build/Dockerfile +++ b/manual_build/Dockerfile @@ -92,8 +92,7 @@ RUN \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \ - -DGUI=OFF \ - -DQT6=ON && \ + -DGUI=OFF && \ cmake --build build -j $(nproc) && \ cmake --install build