Interface BuildInfo

interface BuildInfo {
    bitness: string;
    boost: string;
    libtorrent: string;
    openssl: string;
    qt: string;
}

Properties

bitness: string

Application bitness (e.g. 64-bit)

boost: string

Boost version

libtorrent: string

libtorrent version

openssl: string

OpenSSL version

qt: string

QT version