git clone "https://eltoivol@codereview.qt-project.org/a/qt/qt5" sudo apt install libvulkan-dev sudo apt install libwayland-dev mkdir qt-wayland cd qt-wayland sudo apt install qt6-wayland dpkg -l | grep qt6-wayland ii qt6-wayland:arm64 6.2.4-1 arm64 Qt 6 Wayland platform plugin ./init-repository --module-subset=essential,qtwayland ./configure -feature-wayland -opengl es2 -feature-vulkan -make tests -skip qtopcua -skip qtscxml -skip qtlottie -skip qtwebsockets -skip qtgrpc -skip qtquicktimeline -skip qttools -skip qtconnectivity -skip qt5compat -skip qtmqtt -skip qtsensors -skip qtpositioning -skip qtremoteobjects -skip qtdoc -skip qttranslations -skip qtmultimedia -skip qtquick3d -redo | tee /home/qt/qt-wayland/configure_output.txt cmake --build . --parallel | tee /home/qt/qt-wayland/qt-wayland-build_output2.txt sudo cmake --install . cd /qt-wayland/qt5/qtbase/tests/auto/widgets/widgets/qrhiwidget ./tst_qrhiwidget | tee /home/qt/output_tst_qrhiwidget.txt