diff options
-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 |