summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-10-11 20:39:11 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-02-22 07:45:59 +0000
commit5e2367aaa5137f27c722cd7f8474696b0fbaa099 (patch)
treeb3cc6df819e1419c80e595c105018a41f6184284 /examples
parent4f2a571f0969eec6178e0bc8723b60cc05443d20 (diff)
use regular configure mechanism for openssl library references
don't attempt to hand-craft a library export any more. instead, use the configure system's built-in mechanism, and refer to it via QMAKE_USE. this also allows us to rely on transitive dependencies in the autotest. as a side effect, this makes the openssl-linked feature imply the openssl one. Change-Id: I5dd209b63bc8fbbc62852f6ffc472d4452ea2e68 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/network/network.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/network/network.pro b/examples/network/network.pro
index 5ad5f1939f..ed46ad3588 100644
--- a/examples/network/network.pro
+++ b/examples/network/network.pro
@@ -31,7 +31,6 @@ qtHaveModule(widgets) {
}
qtConfig(openssl): SUBDIRS += securesocketclient
- qtConfig(openssl-linked): SUBDIRS += securesocketclient
qtConfig(sctp): SUBDIRS += multistreamserver multistreamclient
}