Skip to content

Commit 9c383ea

Browse files
committed
Partially revert "Add Qt6 package information"
This reverts commit 0406c78. This page is about autotools/qmake and Qt6 doesn't support them.
1 parent 0406c78 commit 9c383ea

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: Compilation-Debian-and-Ubuntu.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ You need to install these packages in order to be able to compile qBittorrent fr
1616
```bash
1717
sudo apt install build-essential pkg-config automake libtool git zlib1g-dev libssl-dev libgeoip-dev
1818
sudo apt install libboost-dev libboost-system-dev libboost-chrono-dev libboost-random-dev
19-
sudo apt install cmake ninja-build
2019
```
2120

2221
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.
3534

3635
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.
3736

38-
For Debian 10, Ubuntu 18.04 LTS or later, if you build qBittorrent with Qt5 just install Qt from the official repositories:
37+
For Debian 10, Ubuntu 18.04 LTS or later, just install Qt from the official repositories:
3938

4039
```bash
4140
sudo apt install qtbase5-dev qtbase5-private-dev qttools5-dev libqt5svg5-dev
4241
```
4342

44-
If you build with Qt6:
45-
46-
```bash
47-
sudo apt install qt6-base-dev qt6-base-private-dev qt6-tools-dev
48-
```
49-
5043
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.
5144

5245
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:

0 commit comments

Comments
 (0)