qt5base-lts/examples/network
Lars Knoll a668c6a6b6 Convert the old feature system
... to the new qmake based configuration system.

This removes the old qfeatures.txt (distributed over configure.json
files) and qfeatures.h (distributed over qconfig-<module>.h files).

qfeatures.prf is gone without replacement, as attempts to use it would
lead to followup errors anyway.

Change-Id: I1598de19db937082283a905b9592d3849d2199d0
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2016-09-15 08:24:10 +00:00
..
bearermonitor Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
blockingfortuneclient Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
broadcastreceiver Unify license header usage. 2016-03-29 10:20:03 +00:00
broadcastsender Unify license header usage. 2016-03-29 10:20:03 +00:00
dnslookup Unify license header usage. 2016-03-29 10:20:03 +00:00
doc Unify license header usage. 2016-03-29 10:20:03 +00:00
download Unify license header usage. 2016-03-29 10:20:03 +00:00
downloadmanager Unify license header usage. 2016-03-29 10:20:03 +00:00
fortuneclient Unify license header usage. 2016-03-29 10:20:03 +00:00
fortuneserver Unify license header usage. 2016-03-29 10:20:03 +00:00
googlesuggest Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
http Merge remote-tracking branch 'origin/5.6' into 5.7 2016-06-06 09:04:55 +02:00
loopback Unify license header usage. 2016-03-29 10:20:03 +00:00
multicastreceiver Unify license header usage. 2016-03-29 10:20:03 +00:00
multicastsender Unify license header usage. 2016-03-29 10:20:03 +00:00
multistreamclient Polish SCTP examples 2016-08-03 11:46:21 +00:00
multistreamserver Polish SCTP examples 2016-08-03 11:46:21 +00:00
network-chat Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
securesocketclient Unify license header usage. 2016-03-29 10:20:03 +00:00
shared Polish SCTP examples 2016-08-03 11:46:21 +00:00
threadedfortuneserver Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
torrent Merge remote-tracking branch 'origin/5.7' into dev 2016-07-19 20:14:40 +02:00
network.pro Convert the old feature system 2016-09-15 08:24:10 +00:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt is provided with an extensive set of network classes to support both
client-based and server side network programming.

These examples demonstrate the fundamental aspects of network programming
with Qt.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.