mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-06-28 01:16:30 -04:00
Fix build for Ubuntu 25.04
This commit is contained in:
parent
bad1a1d138
commit
d5094a72a5
1 changed files with 6 additions and 3 deletions
|
@ -14,13 +14,16 @@ Build-Depends: debhelper-compat (= 13),
|
|||
qt6-tools-dev (>= 6.4.0),
|
||||
zlib1g-dev (>= 1.2.11),
|
||||
libxkbcommon-dev,
|
||||
systemd,
|
||||
ninja-build
|
||||
systemd-dev,
|
||||
ninja-build,
|
||||
pkgconf
|
||||
|
||||
Package: qbittorrent
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
python3 (>= 3.7.0), libqt6svg6, libqt6sql6-sqlite
|
||||
python3 (>= 3.7.0),
|
||||
qt6-svg-plugins | libqt6svg6,
|
||||
libqt6sql6-sqlite
|
||||
Suggests: qbittorrent-dbg
|
||||
Description: bittorrent client based on libtorrent-rasterbar with a Qt GUI
|
||||
BitTorrent client written in C++ and based on libtorrent-rasterbar with a Qt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue