summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-11-23 19:19:36 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-11-30 20:25:08 +0000
commit26e9a6a5149aca056418ad55402231191a48cdbf (patch)
treec9eaad1512cdcdf5537a6d8898670ae70861fd04 /src/network
parent79a068c3964db79979821bb9e9bad6eb7ab6211c (diff)
configure: make *_LIBS_{DEBUG|RELEASE} always work
... and not only when the source explicitly specifies build variants. Change-Id: Iac6c8fda8f431d5fb50fada8338d1b660ab040d7 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/configure.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/network/configure.json b/src/network/configure.json
index 916448a727..2cf90ed94b 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -69,18 +69,10 @@
{
"comment": "placeholder for OPENSSL_{PATH,LIBS{,_{DEBUG,RELEASE}}}",
"libs": "",
- "builds": {
- "debug": "",
- "release": ""
- },
"condition": "config.win32 && !features.shared"
},
{
"libs": "-lssleay32 -llibeay32",
- "builds": {
- "debug": "",
- "release": ""
- },
"condition": "config.win32 && features.shared"
},
{ "libs": "-lssl -lcrypto", "condition": "!config.win32" }