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
diff options
context:
space:
mode:
authorChris Knadle <Chris.Knadle@coredump.us>2019-01-19 08:38:06 +0300
committerChris Knadle <Chris.Knadle@coredump.us>2019-01-19 08:38:06 +0300
commit50e5a2b7f3ea251dcfab1ed6e1879427b52129f8 (patch)
tree43b411f2871e3fd198dbe7b3c739523190f6b5e8 /qmake/compiler.pri
parent40ba488547b0b4df58ef376d4212ec421893a445 (diff)
qmake/compiler.pri: use PKG_CONFIG instead of hardcoding call to pkg-config
Patch supplied by Helmut Grohne <helmut@subdivi.de> in Debian bug #919453 https://bugs.debian.org/919453 Use set variable PKG_CONIFG to allow calling the pkg-config for the architecture supplied in the build environment to allow cross building.
Diffstat (limited to 'qmake/compiler.pri')
-rw-r--r--qmake/compiler.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/compiler.pri b/qmake/compiler.pri
index 6b04a2c62..8a9e0cf97 100644
--- a/qmake/compiler.pri
+++ b/qmake/compiler.pri
@@ -8,6 +8,7 @@ include(uname.pri)
include(buildenv.pri)
include(builddir.pri)
include(cplusplus.pri)
+include(pkgconfig.pri)
CONFIG *= warn_on