qt5base-lts/examples
Leander Beernaert 053766d796 Fix Standalone Example build when crosscompiling
Added qt_examples_begin() and qt_examples_end() macros to setup the
example list so it can be re-used in other projects.

When cross-compiling, we also need to set
CMAKE_FIND_ROOT_PATH_MODE_PACKAGE to BOTH in order for find_package()
to work correctly.

Removed support for building the whole qtbase/examples folder as a
standalone project. Building examples is only supported when building
the whole of qtbase (qtbase + examples together) or each individual
example is built separately against an installed Qt version.

Change-Id: I9d26b94b48b95af230b76ab618becb21d2d45581
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-06-06 12:27:41 +00:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
dbus Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
embedded Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
gui Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
network Allow to build examples as standalone project 2019-06-05 12:53:28 +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 Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
qtconcurrent Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
qtestlib Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
sql Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
vulkan Fix use of qrand/qsrand in an example 2019-04-01 14:39:53 +00:00
widgets Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
xml Allow to build examples as standalone project 2019-06-05 12:53:28 +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.