aboutsummarylogtreecommitdiffstats
path: root/qt5-use-system-zlib-in-host-libs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qt5-use-system-zlib-in-host-libs.patch')
-rw-r--r--qt5-use-system-zlib-in-host-libs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/qt5-use-system-zlib-in-host-libs.patch b/qt5-use-system-zlib-in-host-libs.patch
new file mode 100644
index 000000000000..311e5a981d44
--- /dev/null
+++ b/qt5-use-system-zlib-in-host-libs.patch
@@ -0,0 +1,11 @@
+--- src/tools/bootstrap/bootstrap.pro.orig 2016-06-14 17:01:24.972134372 +0200
++++ src/tools/bootstrap/bootstrap.pro 2016-05-25 17:46:17.000000000 +0200
+@@ -132,7 +132,7 @@
+ ../../corelib/io/qstandardpaths_win.cpp
+ }
+
+-contains(QT_CONFIG, zlib)|cross_compile {
++contains(QT_CONFIG, zlib) {
+ include(../../3rdparty/zlib.pri)
+ } else {
+ CONFIG += no_core_dep