Since Qt 6.10, projects that need to link to GuiPrivate need to have
found Qt::GuiPrivate package. Projects that need rhi/qrhi.h need to link
to GuiPrivate.
Fixes: QTBUG-141518
Change-Id: Ia10459f6d0da402f614abce53a05e558de0498e5
Reviewed-by: Kwanghyo Park <kwanghyo.park@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
(cherry picked from commit 44f6e94967)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
We exceed maximum texture size on certain platforms. Added a check
for it.
Pick-to: 6.9 6.9.1
Fixes: QTBUG-135384
Fixes: QTBUG-135386
Change-Id: I0a09337c9c6b831f801df35b5756327f45507237
Reviewed-by: Owais Akhtar <owais.akhtar@qt.io>
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Shows how to print a graph to a pdf and printer
Fixes: QTBUG-124213
Pick-to: 6.8
Change-Id: I1835b77fc5e80d065e64b69b47002932487dfe68
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>