diff options
Diffstat (limited to 'examples/network/network.pro')
-rw-r--r-- | examples/network/network.pro | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/network/network.pro b/examples/network/network.pro new file mode 100644 index 0000000..13b3116 --- /dev/null +++ b/examples/network/network.pro @@ -0,0 +1,21 @@ +TEMPLATE = subdirs +SUBDIRS = blockingfortuneclient \ + broadcastreceiver \ + broadcastsender \ + network-chat \ + download \ + downloadmanager \ + fortuneclient \ + fortuneserver \ + ftp \ + http \ + loopback \ + threadedfortuneserver \ + torrent + +contains(QT_CONFIG, openssl):SUBDIRS += securesocketclient + +# install +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS network.pro README +sources.path = $$[QT_INSTALL_EXAMPLES]/network +INSTALLS += sources |