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
path: root/qmake
AgeCommit message (Expand)Author
2020-04-09qmake: fix paths in toolchains to support recent Windows SDK versionsDavide Beatrici
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-10-10qmake: remove Qt 4 logicDavide Beatrici
2019-10-10Set target macOS version to 10.9Davide Beatrici
2019-03-17Add missing ssleay32 library reference in openssl qmake configurationJan Klass
2019-01-26Merge PR #3589: Crossbuild fixDavide Beatrici
2019-01-26qmake/pkgconfig.pri: Update to allow building with Qt4Chris Knadle
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2019-01-19qmake/compiler.pri: use PKG_CONFIG instead of hardcoding call to pkg-configChris Knadle
2019-01-19qmake/pkgconfig.pri: set PKG_CONFIG to allow making package cross buildableChris Knadle
2018-02-19qmake: set custom build folders globally, with separated directories for each...davidebeatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-12-31qmake/compiler.pri: target macOS 10.8 when building against Qt 5.10 or above.Mikkel Krautz
2017-04-17qmake/compiler.pri: add CONFIG(dpkg-buildflags).Mikkel Krautz
2017-03-26qmake/protobuf.pri: new file to include in .pro files for depending on protobuf.Mikkel Krautz
2017-03-18qmake/compiler.pri: fix value of MUMBLE_ARCH on Qt 5.Mikkel Krautz
2017-03-17compiler.pri: Use the Unix block for win32-g++ tooDavide Beatrici
2017-03-17openssl.pri: Link against "libssl", "libcrypto" and "gdi32" when targetting M...Davide Beatrici
2017-03-17compiler.pri: Enable SSE and SSE2 for MinGWDavide Beatrici
2017-03-17compiler.pri: Define "MINGW_HAS_SECURE_API" to enable secure functionsDavide Beatrici
2017-03-17compiler.pri: Add CONFIG(symbols) support to win32-g++ build.Davide Beatrici
2017-03-17compiler.pri: Use QT_ARCH instead of QMAKE_target.arch with Qt 5Davide Beatrici
2017-03-05rcc.pri: Fix wrong script pathDavide Beatrici
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 is...Mikkel Krautz
2017-02-24mumble.pri: split out OpenSSL depenency lookup into qmake/openssl.pri for eas...Mikkel Krautz