diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-11-12 14:17:55 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-11-13 09:19:15 (GMT) |
commit | f8e188bd796039fd66ed1cd28733279b501e450d (patch) | |
tree | 88a2798c5ae3050a3010b293946d2bf4a5523191 /examples/network/network.pro | |
parent | c94bca6bb7414cd96ced9cb4f7a34164a65159aa (diff) | |
download | Qt-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/network/network.pro')
-rw-r--r-- | examples/network/network.pro | 1 |
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 |