qt6-bb10/examples/network/multistreamserver
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
..
CMakeLists.txt Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
animation.gif Introduce SCTP sockets support 2016-07-27 06:37:24 +00:00
chatprovider.cpp Polish SCTP examples 2016-08-03 11:46:21 +00:00
chatprovider.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
main.cpp Polish SCTP examples 2016-08-03 11:46:21 +00:00
movieprovider.cpp Polish SCTP examples 2016-08-03 11:46:21 +00:00
movieprovider.h Polish SCTP examples 2016-08-03 11:46:21 +00:00
multistreamserver.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
provider.h Polish SCTP examples 2016-08-03 11:46:21 +00:00
server.cpp Fix SCTP API according to Qt conventions 2016-11-22 07:13:01 +00:00
server.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
timeprovider.cpp Polish SCTP examples 2016-08-03 11:46:21 +00:00
timeprovider.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00