qt5base-lts/examples
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
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
dbus Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
embedded Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
gui Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
network Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
opengl examples: port away from Java-style iterators 2019-05-23 17:30:51 +02:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
qtconcurrent Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
qtestlib Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
sql Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
vulkan Fix use of qrand/qsrand in an example 2019-04-01 14:39:53 +00:00
widgets Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
xml Fix compiling of examples on Android 2019-06-12 14:19:53 +00:00
CMakeLists.txt Fix Standalone Example build when crosscompiling 2019-06-06 12:27:41 +00:00
examples.pro Doc: Move touch examples around so they get included in docs 2018-09-14 03:56:22 +00:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.