diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-08-06 13:35:42 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-08-06 13:35:42 (GMT) |
commit | c7e4d0de2aaa2b5e44c9b38bcfa026bfb9492765 (patch) | |
tree | ea0d3674b21b992d731be6b32bb5e83cf5edbdb5 | |
parent | baa00df33580ceacbd2f875edc94e3f17e6fcdba (diff) | |
download | Qt-c7e4d0de2aaa2b5e44c9b38bcfa026bfb9492765.zip Qt-c7e4d0de2aaa2b5e44c9b38bcfa026bfb9492765.tar.gz Qt-c7e4d0de2aaa2b5e44c9b38bcfa026bfb9492765.tar.bz2 |
Fixed network examples building for Symbian
-rw-r--r-- | examples/network/network.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/network/network.pro b/examples/network/network.pro index 69b460e..99c778c 100644 --- a/examples/network/network.pro +++ b/examples/network/network.pro @@ -13,10 +13,11 @@ SUBDIRS = blockingfortuneclient \ googlesuggest \ torrent -symbian: SUBDIRS = ftp # no QProcess !vxworks:!qnx:SUBDIRS += network-chat +symbian: SUBDIRS = ftp + contains(QT_CONFIG, openssl):SUBDIRS += securesocketclient # install |