mumble/qmake
Mikkel Krautz e3460f67d5 qmake/compiler.pri: add CONFIG(dpkg-buildflags).
Shelling out to dpkg-buildflags to get the preferred build flags
is now the way to go on Debian.

Previously, our PPA packages used hardening-wrapper to pass the
proper hardening flags to the package. That package is no longer
available in Debian unstable or Ubuntu zesty. To remedy that situation,
we have to add flags ourselves via dpkg-buildflags.

This commit implements a new CONFIG flag, CONFIG(dpkg-buildflags)
which will query dpkg-buildflags and append the retrieved CFLAGS,
CXXFLAGS, CPPFLAGS and LDFLAGS to QMAKE_CFLAGS, QMAKE_CXXFLAGS,
QMAKE_CPPFLAGS, QMAKE_LDFLAGS to ensure they are used in the Mumble
build.
2017-04-17 14:10:42 +02:00
..
toolchain Move .pri files and "toolchain" folder in "qmake" 2017-03-05 15:48:16 +01:00
buildenv.pri Move .pri files and "toolchain" folder in "qmake" 2017-03-05 15:48:16 +01:00
compiler.pri qmake/compiler.pri: add CONFIG(dpkg-buildflags). 2017-04-17 14:10:42 +02:00
cplusplus.pri Move .pri files and "toolchain" folder in "qmake" 2017-03-05 15:48:16 +01:00
lrelease.pri Move .pri files and "toolchain" folder in "qmake" 2017-03-05 15:48:16 +01:00
openssl.pri openssl.pri: Link against "libssl", "libcrypto" and "gdi32" when targetting MinGWi 2017-03-17 19:14:17 +01:00
pkgconfig.pri Move .pri files and "toolchain" folder in "qmake" 2017-03-05 15:48:16 +01:00
protobuf.pri qmake/protobuf.pri: new file to include in .pro files for depending on protobuf. 2017-03-26 22:21:25 +02:00
protoc.pri Move .pri files and "toolchain" folder in "qmake" 2017-03-05 15:48:16 +01:00
python.pri Move .pri files and "toolchain" folder in "qmake" 2017-03-05 15:48:16 +01:00
qt.pri Move .pri files and "toolchain" folder in "qmake" 2017-03-05 15:48:16 +01:00
rcc.pri rcc.pri: Fix wrong script path 2017-03-05 19:35:50 +01:00
symbols.pri Move .pri files and "toolchain" folder in "qmake" 2017-03-05 15:48:16 +01:00
uname.pri Move .pri files and "toolchain" folder in "qmake" 2017-03-05 15:48:16 +01:00
winpaths_default.pri Move .pri files and "toolchain" folder in "qmake" 2017-03-05 15:48:16 +01:00
winpaths_static.pri Move .pri files and "toolchain" folder in "qmake" 2017-03-05 15:48:16 +01:00