From 9c383eaabbcab21cb547e6d227eaf1690161d174 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 13 Jun 2024 00:24:47 +0800 Subject: [PATCH] Partially revert "Add Qt6 package information" This reverts commit 0406c788b2be8570713f1b7c4b130ddcaba306ce. This page is about autotools/qmake and Qt6 doesn't support them. --- Compilation-Debian-and-Ubuntu.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Compilation-Debian-and-Ubuntu.md b/Compilation-Debian-and-Ubuntu.md index d5337f5..76a399b 100644 --- a/Compilation-Debian-and-Ubuntu.md +++ b/Compilation-Debian-and-Ubuntu.md @@ -16,7 +16,6 @@ You need to install these packages in order to be able to compile qBittorrent fr ```bash sudo apt install build-essential pkg-config automake libtool git zlib1g-dev libssl-dev libgeoip-dev sudo apt install libboost-dev libboost-system-dev libboost-chrono-dev libboost-random-dev -sudo apt install cmake ninja-build ``` If you want, you can install the Boost libraries from source instead of installing them from the distro's repositories. This is quite easy to do, but generally does not make that much of a difference and is out of the scope of this guide. @@ -35,18 +34,12 @@ qBittorrent uses the Qt framework as the basis for its GUI. qBittorrent 4.0 - 4.1.x requires at least Qt 5.5.1, and qBittorrent 4.2 and later requires at least Qt 5.9. -For Debian 10, Ubuntu 18.04 LTS or later, if you build qBittorrent with Qt5 just install Qt from the official repositories: +For Debian 10, Ubuntu 18.04 LTS or later, just install Qt from the official repositories: ```bash sudo apt install qtbase5-dev qtbase5-private-dev qttools5-dev libqt5svg5-dev ``` -If you build with Qt6: - -```bash -sudo apt install qt6-base-dev qt6-base-private-dev qt6-tools-dev -``` - Note that Qt libraries in Debian 8/9 repository are too old for compiling newer qBittorrent versions, so you need to install newer Qt libraries some other way. If you are using Ubuntu 16.04 LTS, you could add [this PPA](https://launchpad.net/~beineri/+archive/ubuntu/opt-qt597-xenial) for Qt 5.9 support: