From f8e188bd796039fd66ed1cd28733279b501e450d Mon Sep 17 00:00:00 2001 From: Markus Goetz Date: Thu, 12 Nov 2009 15:17:55 +0100 Subject: Compile securesocketclient example also with openssl-linked Task-number: QTBUG-5742 Reviewed-by: andreas --- examples/network/network.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/network/network.pro b/examples/network/network.pro index 0849271..c5a97fb 100644 --- a/examples/network/network.pro +++ b/examples/network/network.pro @@ -19,6 +19,7 @@ SUBDIRS = blockingfortuneclient \ symbian: SUBDIRS = qftp contains(QT_CONFIG, openssl):SUBDIRS += securesocketclient +contains(QT_CONFIG, openssl-linked):SUBDIRS += securesocketclient # install sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS network.pro README -- cgit v0.12