qtbase/examples
Marc Mutz d1c6073837 Add missing qquaternion.h includes
The qquaternion.h include will vanish from qmatrix4x4.h soon, but some
TUs depended on on the transitive include.

This patch includes qquaternion.h into all TUs that use QQuaternion,
but didn't include its header.

I didn't check all the individual TU's history to make a detailed
"amends", so I'll just pick this all the way back, knowing there may
have been more users in older branches, or some TUs don't exist there,
but it since we're not picking the removal of qquaternion.h from
qmatrix4x4.h further than 6.10, I don't need to do detailed
checking. CI will tell me when something's wrong.

Pick-to: 6.8 6.5
Change-Id: Icf0db8ba4f12421fd46f9d1041f235bf4cc2c12b
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit bd1fa8379c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit bde0dd48e2)
2025-06-30 23:50:48 +00:00
..
aggregate
corelib Compile androidnotifier only if widgets are available 2025-05-11 09:33:20 +00:00
dbus Doc: Qt D-Bus: Add image alt texts 2025-04-14 21:31:26 +00:00
gui CMake: Fix examples built as external projects 2025-01-27 22:38:51 +00:00
network Doc: Add alt-text for Qt Network examples 2025-04-30 00:23:09 +00:00
opengl Add Qt::Orientations based flip and flipped functions 2024-11-29 15:07:14 +01:00
qmake
qtconcurrent Examples: include what you use (QElapsedTimer) 2025-03-26 08:46:59 +00:00
qtestlib CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
sql Doc: Add Alt-text to the Qt SQL examples 2025-04-09 15:43:59 +00:00
vulkan Examples: Disable QtC junction points for examples using 'shared' directory 2024-11-26 15:20:41 +02:00
widgets Add missing qquaternion.h includes 2025-06-30 23:50:48 +00:00
xml Replace qdebug.h includes in public headers with forward-declarations 2025-01-15 11:28:28 +00:00
CMakeLists.txt CMake: Allow building all examples as standalone just like tests 2024-03-14 11:44:16 +01:00
README
examples.pro Remove undocumented embedded examples 2023-11-17 19:39:33 +01: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.