From 5e2367aaa5137f27c722cd7f8474696b0fbaa099 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 11 Oct 2016 20:39:11 +0200 Subject: 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 --- examples/network/network.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') 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 } -- cgit v1.2.1