class

QBittorrent::Model::BuildInfo

Inherits JSON::Serializable < Reference < Object

Build/library versions reported by GET app/buildInfo.

The wiki (api-map ยง2.1) documents qt, libtorrent, boost, openssl, zlib and bitness; the live qB 5.2.3 payload also includes platform. All fields are nilable to tolerate build drift.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

bitness

Application bitness (32 or 64).

Source
bitness=(bitness : Int32 | Nil)

Application bitness (32 or 64).

Source
boost

Boost version, e.g. "1.86.0".

Source
boost=(boost : String | Nil)

Boost version, e.g. "1.86.0".

Source
libtorrent

libtorrent version, e.g. "1.2.20.0".

Source
libtorrent=(libtorrent : String | Nil)

libtorrent version, e.g. "1.2.20.0".

Source
openssl

OpenSSL version, e.g. "3.5.7".

Source
openssl=(openssl : String | Nil)

OpenSSL version, e.g. "3.5.7".

Source
platform

Host platform, e.g. "linux" (present on 5.x runtime; absent on wiki).

Source
platform=(platform : String | Nil)

Host platform, e.g. "linux" (present on 5.x runtime; absent on wiki).

Source
qt

Qt runtime version, e.g. "6.11.1".

Source
qt=(qt : String | Nil)

Qt runtime version, e.g. "6.11.1".

Source
zlib

zlib version, e.g. "1.3.2".

Source
zlib=(zlib : String | Nil)

zlib version, e.g. "1.3.2".

Source