summaryrefslogtreecommitdiffstats
path: root/examples/network/network.pro
diff options
context:
space:
mode:
authorAriya Hidayat <ariya.hidayat@nokia.com>2009-04-23 13:44:49 (GMT)
committerSimon Hausmann <simon.hausmann@nokia.com>2009-04-23 15:07:48 (GMT)
commit5a46b82feea371868a9c793f6df14d92654c2423 (patch)
tree17dce3288dc5f052d589a1e3629a74e7a9e4c190 /examples/network/network.pro
parent290923f7fab2f2c14f5b92252f7bbfb6bbb695ba (diff)
downloadQt-5a46b82feea371868a9c793f6df14d92654c2423.zip
Qt-5a46b82feea371868a9c793f6df14d92654c2423.tar.gz
Qt-5a46b82feea371868a9c793f6df14d92654c2423.tar.bz2
Add Google Suggest as a new network example
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
Diffstat (limited to 'examples/network/network.pro')
-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 13b3116..8c45745 100644
--- a/examples/network/network.pro
+++ b/examples/network/network.pro
@@ -11,6 +11,7 @@ SUBDIRS = blockingfortuneclient \
http \
loopback \
threadedfortuneserver \
+ googlesuggest \
torrent
contains(QT_CONFIG, openssl):SUBDIRS += securesocketclient