qt5base-lts/examples
Oliver Wolff 7c7bd44669 examples: Fix build for configurations that do not have printsupport
printsupport features are only available if the module is available for
the configuration. Every printer feature check has to be coupled with a
check for the module itself.

Change-Id: Id2ca84e71d5d74463d0ff35e8b18b252a779a883
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2020-03-05 15:11:36 +01:00
..
aggregate
corelib Fix Mandelbrot Example documentation with regards to qRegisterMetaType() 2020-01-13 12:50:03 +01:00
dbus Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
embedded Change examples and snippets to pass QDate and QTime by value 2020-01-30 13:32:57 +01:00
gui Take device-pixel-ratio into account in openglwindow example 2018-11-20 19:51:12 +00:00
network Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
opengl Merge remote-tracking branch 'origin/5.13' into 5.14 2019-11-06 11:41:19 +01:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
qtconcurrent Convert uses of QTime as a timer to QElapsedTimer 2019-06-14 10:42:33 +02:00
qtestlib
sql Change examples and snippets to pass QDate and QTime by value 2020-01-30 13:32:57 +01:00
vulkan Doc: Specify install path for Vulkan examples 2020-01-30 10:42:57 +00:00
widgets examples: Fix build for configurations that do not have printsupport 2020-03-05 15:11:36 +01:00
xml Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02: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.