PKGBUILDs/qt5-base/mingw-w64-dynamic/0019-Use-system-zlib-for-bu...

26 lines
726 B
Diff
Raw Normal View History

From 773170ab38b995464a3ee5430c7e7f8fdc84fd8d Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 18 Sep 2016 18:04:42 +0200
2018-09-19 20:39:07 +02:00
Subject: [PATCH 19/33] Use system zlib for build tools
---
src/tools/bootstrap/bootstrap.pro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro
2018-12-08 22:06:32 +01:00
index 83e44ff9a4..6b1db38486 100644
--- a/src/tools/bootstrap/bootstrap.pro
+++ b/src/tools/bootstrap/bootstrap.pro
2018-12-08 22:06:32 +01:00
@@ -135,7 +135,7 @@ macx {
../../corelib/io/qstandardpaths_win.cpp
}
-!qtConfig(system-zlib)|cross_compile {
+!qtConfig(system-zlib) {
include(../../3rdparty/zlib.pri)
} else {
CONFIG += no_core_dep
--
2018-12-22 00:04:30 +01:00
2.20.1