qt5base-lts/examples/network
Simon Hausmann 6a7da1fb58 Fix compilation on Harmattan
Commit 87274e272d removed the maemo "specific"
bearer monitory example .ui file, but the .pro file wasn't updated.

Change-Id: I9daa000fe3e4b69789519f53541c106d01748ffd
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2011-10-21 16:54:45 +02:00
..
bearercloud Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
bearermonitor Fix compilation on Harmattan 2011-10-21 16:54:45 +02:00
blockingfortuneclient QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
broadcastreceiver QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
broadcastsender QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
download QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
downloadmanager QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
fortuneclient QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
fortuneserver QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
googlesuggest QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
http QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
loopback QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
multicastreceiver QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
multicastsender QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
network-chat QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
qftp Fix FTP example to handle failure to open network session 2011-10-20 23:56:52 +02:00
securesocketclient QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
threadedfortuneserver QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
torrent QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
network.pro QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02: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.