mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-06-28 09:25:04 -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),
|
qt6-tools-dev (>= 6.4.0),
|
||||||
zlib1g-dev (>= 1.2.11),
|
zlib1g-dev (>= 1.2.11),
|
||||||
libxkbcommon-dev,
|
libxkbcommon-dev,
|
||||||
systemd,
|
systemd-dev,
|
||||||
ninja-build
|
ninja-build,
|
||||||
|
pkgconf
|
||||||
|
|
||||||
Package: qbittorrent
|
Package: qbittorrent
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
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
|
Suggests: qbittorrent-dbg
|
||||||
Description: bittorrent client based on libtorrent-rasterbar with a Qt GUI
|
Description: bittorrent client based on libtorrent-rasterbar with a Qt GUI
|
||||||
BitTorrent client written in C++ and based on libtorrent-rasterbar with a Qt
|
BitTorrent client written in C++ and based on libtorrent-rasterbar with a Qt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue