A Bittorrent Client built with C++ / Qt4
A Bittorrent client using C++ / libtorrent and a Qt4 Graphical User Interface.
It aims to be as fast as possible and to provide multi-OS, unicode support.
- Developed at network
- Sources inherited from project openSUSE:Factory
-
10
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:ARM/qbittorrent && cd $_
- Create Badge
Refresh
Refresh
Comments 4
Hello! This does not work on it's own.
Installed on latest openSUSE Tumbleweed via
zypper in qbittorrent
.When the command
qbittorrent
is ran via terminal, it results in the following:qbittorrent: error while loading shared libraries: libQt5Xml.so.5: cannot open shared object file: No such file or directory
Simply install LibQt5Xml5 fixes this --
zypper in libQt5Xml
Please open a ticket on http://bugzilla.opensuse.org/
check the problem correction. https://github.com/qbittorrent/qBittorrent/issues/13865
Does 4.4.0 fix it or not?