qtbase/examples
Johannes Kauffmann 6a9db15cbc examples: fix configuring with -no-feature-widgets
It also fails for -no-feature-gui, but since the example depends on
QtWidgets, which implies depending on QtGui, we only check for
QtWidgets here.

Change-Id: I777e540e6c2101ce8f08a5f80ba01b37ff858373
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 5143670855174d5c86768daf2a4a43c6a0302727)
2022-11-02 13:02:13 +02:00
..
2022-05-16 16:37:38 +02:00
2022-05-16 16:37:38 +02:00
2022-06-15 19:49:40 +00:00
2022-06-15 19:49:40 +00:00
2022-05-16 16:37:38 +02:00
2022-05-16 16:37:38 +02:00
2022-05-16 16:37:38 +02:00
2022-06-15 19:49:40 +00:00
2022-05-16 16:37:38 +02:00
2022-09-22 12:53:45 +00:00
2022-05-16 16:37:38 +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.