Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-03-17openssl.pri: Link against "libssl", "libcrypto" and "gdi32" when targetting ↵Davide Beatrici
MinGWi
2017-03-05Move .pri files and "toolchain" folder in "qmake"Davide Beatrici
2017-02-28qmake/openssl.pri: link against gdi32.dll.Mikkel Krautz
2017-02-26qmake/openssl.pri: when using OpenSSL via pkgconfig, ensure link_pkgconfig ↵Mikkel Krautz
is in CONFIG. This fixes a problem I encountered where including openssl.pri in TestCryptographicHash.pro on Qt 4 wouldn't link OpenSSL. This commit fixes that problem by ensuring link_pkgconfig is always included in CONFIG when openssl.pri uses pkgconfig.
2017-02-24mumble.pri: split out OpenSSL depenency lookup into qmake/openssl.pri for ↵Mikkel Krautz
easier use in tests. This is needed to be able to add tests that depend on OpenSSL.