|
|
Branching off the qt5 embedded runner is cleaner than adapting the
single script to cross-compile both qt5 and qt6, since both
require completely different cross-compilation strategies due to
the switch to cmake in qt6 from qmake.
As the old embedded runner did, the new embedded runner for qt6
builds qt components required for qmlbench, deploys them to a
target device, runs the benchmark suite, and then collects results.
For qt6, a new python script is included to update hard-coded version
strings in the boot2qt sdk as a workaround to enable the use of
a single sdk across various versions of qt6.
Task-number: QTQAINFRA-4412
Change-Id: I96fa0f9649fd22d0fb96001d79f1733bfba34c62
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
|