qt5base-lts/examples/network
Simon Hausmann efa9998521 Fix compiling of examples on Android
* Simplify add_qt_gui_executable() to not require WIN32/MACOSX_BUNDLE
  but provide it implicitly. It's redundant :)

* When on Android, build a module (shared library), just like qmake.
  This requires an additional library destination in the install() call,
  but that's ignored on other platforms.

* Fix typos in the android deployment generation settings function

* Use the correct cache variable to determine whether we're inside a Qt
  build or not. Right now this only works inside Qt builds anyway as
  QtPlatformAndroid.cmake is not publically accessible.

Change-Id: If1c763c31a7a83d0e0d854362ba7901657f63eb5
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Qt CMake Build Bot
2019-06-12 14:19:53 +00:00
..
bearermonitor Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
blockingfortuneclient Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
broadcastreceiver Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
broadcastsender Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
dnslookup Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
doc Document DTLS examples 2018-08-09 03:52:13 +00:00
download Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
downloadmanager Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
fortuneclient Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
fortuneserver Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
googlesuggest Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
http Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
loopback Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
multicastreceiver Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
multicastsender Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
multistreamclient Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
multistreamserver Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
network-chat Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
securesocketclient Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
secureudpclient Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
secureudpserver Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
shared Polish SCTP examples 2016-08-03 11:46:21 +00:00
threadedfortuneserver Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
torrent Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
CMakeLists.txt CMake: Add more examples 2019-03-26 13:03:01 +00:00
network.pro Fix builds without DTLS 2018-10-09 13:14:42 +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.