summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2018-08-22 13:03:34 +0200
committerMårten Nordheim <marten.nordheim@qt.io>2018-08-23 14:03:28 +0000
commit4f6fa5b2ae839e01468f0e96b0f68d948811c31e (patch)
tree11ab266c60a684c1fbc306ac90ba66e38c917398 /configure.json
parenta88645c6f45188d93c6ca0a591aaeae2b3c4d5c4 (diff)
configure: add sources matching names from vcpkg
It's possible to use vcpkg using the -I and -L arguments, but some of their libraries have different names than what we look for during configure, so add in those variations. Change-Id: Iee37197228cc0f15442ecd7ec4fc761f4d526e1d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 16a2af5bab..1f45f2ccb2 100644
--- a/configure.json
+++ b/configure.json
@@ -161,6 +161,7 @@
},
"sources": [
{ "libs": "-lzdll", "condition": "config.msvc" },
+ { "libs": "-lzlib", "condition": "config.msvc" },
{ "libs": "-lz", "condition": "!config.msvc" }
]
},