summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-11-12 14:17:55 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-11-13 09:19:15 (GMT)
commitf8e188bd796039fd66ed1cd28733279b501e450d (patch)
tree88a2798c5ae3050a3010b293946d2bf4a5523191 /examples
parentc94bca6bb7414cd96ced9cb4f7a34164a65159aa (diff)
downloadQt-f8e188bd796039fd66ed1cd28733279b501e450d.zip
Qt-f8e188bd796039fd66ed1cd28733279b501e450d.tar.gz
Qt-f8e188bd796039fd66ed1cd28733279b501e450d.tar.bz2
Compile securesocketclient example also with openssl-linked
Task-number: QTBUG-5742 Reviewed-by: andreas
Diffstat (limited to 'examples')
-rw-r--r--examples/network/network.pro1
1 files changed, 1 insertions, 0 deletions
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