From 1a11849c5f8ba28bb0e492df01228d57f63974ff Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 18 Sep 2016 18:50:21 +0200 Subject: [PATCH 26/34] Use correct pkg-config --static flag --- configure.pri | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.pri b/configure.pri index a05c3d98e6..8dc874a74d 100644 --- a/configure.pri +++ b/configure.pri @@ -311,6 +311,9 @@ defineTest(qtConfTest_detectPkgConfig) { qtLog("Found pkg-config from path: $$pkgConfig") } } + !isEmpty(pkgConfig):qtConfig(static) { + pkgConfig = "$$pkgConfig --static" + } $$qtConfEvaluate("features.cross_compile") { # cross compiling, check that pkg-config is set up sanely -- 2.15.1