qt5base-lts/examples
Tobias Hunger 72404ef3e1 CMake: allow custom plugin output/install directories
Only require TYPE if no OUTPUT_DIRECTORY, ARCHIVE_INSTALL_DIRECTORY
and INSTALL_DIRECTORY is provided.

Change-Id: I6db1cfaa576bfa3ee3dc8ecf81db20e3afcd61e2
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-03-27 14:35:46 +00:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib CMake: Add more examples 2019-03-26 13:03:01 +00:00
dbus CMake: Add more examples 2019-03-26 13:03:01 +00:00
embedded CMake: Add more examples 2019-03-26 13:03:01 +00:00
gui CMake: Add more examples 2019-03-26 13:03:01 +00:00
network CMake: Add more examples 2019-03-26 13:03:01 +00:00
opengl Merge remote-tracking branch 'origin/5.11' into 5.12 2018-09-30 01:00:19 +02:00
qmake Unify license header usage. 2016-03-29 10:20:03 +00:00
qpa CMake: Add more examples 2019-03-26 13:03:01 +00:00
qtconcurrent CMake: Add more examples 2019-03-26 13:03:01 +00:00
qtestlib CMake: Add more examples 2019-03-26 13:03:01 +00:00
sql CMake: Add more examples 2019-03-26 13:03:01 +00:00
vulkan Fix device local alloc in hellovulkantexture 2018-09-12 08:34:15 +00:00
widgets CMake: allow custom plugin output/install directories 2019-03-27 14:35:46 +00:00
xml Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
CMakeLists.txt CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
examples.pro Doc: Move touch examples around so they get included in docs 2018-09-14 03:56:22 +00:00
README

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.