qt5base-lts/examples
Liang Qi 6b2535ea15 Merge remote-tracking branch 'origin/5.15' into dev
Conflicts:
	examples/widgets/graphicsview/boxes/scene.h
	src/corelib/Qt5CoreMacros.cmake
	src/corelib/Qt6CoreMacros.cmake
	src/network/ssl/qsslsocket.cpp
	src/network/ssl/qsslsocket.h
	src/platformsupport/fontdatabases/windows/qwindowsfontenginedirectwrite.cpp
	src/testlib/CMakeLists.txt
	src/testlib/.prev_CMakeLists.txt
	tests/auto/corelib/tools/qscopeguard/tst_qscopeguard.cpp

Disabled building manual tests with CMake for now, because qmake
doesn't do it, and it confuses people.

Done-With: Alexandru Croitor <alexandru.croitor@qt.io>
Done-With: Volker Hilsheimer <volker.hilsheimer@qt.io>
Change-Id: I865ae347bd01f4e59f16d007b66d175a52f1f152
2020-02-13 18:31:40 +01:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Merge remote-tracking branch 'origin/5.15' into dev 2020-02-13 18:31:40 +01:00
dbus Regenerate examples 2020-02-04 18:50:39 +00:00
embedded Merge remote-tracking branch 'origin/5.15' into dev 2020-02-13 18:31:40 +01:00
gui Regenerate examples 2020-02-04 18:50:39 +00:00
network Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev" 2020-02-11 10:19:42 +01:00
opengl QSpinBox: remove deprecated signal valueChanged(const QString &) 2020-02-10 18:28:47 +01:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Regenerate examples 2020-02-04 18:50:39 +00:00
qtconcurrent Regenerate examples 2020-02-04 18:50:39 +00:00
qtestlib Regenerate examples 2020-02-04 18:50:39 +00:00
sql Merge remote-tracking branch 'origin/5.15' into dev 2020-02-13 18:31:40 +01:00
vulkan Merge remote-tracking branch 'origin/5.15' into dev 2020-02-13 18:31:40 +01:00
widgets Merge remote-tracking branch 'origin/5.15' into dev 2020-02-13 18:31:40 +01:00
xml Regenerate examples 2020-02-04 18:50:39 +00:00
CMakeLists.txt cmake: add examples/opengl 2019-10-07 07:22:17 +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.