qt5-webengine

This commit is contained in:
Rmys
2026-02-18 02:36:04 +03:00
committed by GitHub
parent 56b9b51c8f
commit eac4b1d9bf
@@ -34,6 +34,7 @@ def setup():
# Disable jumbo build https://bugreports.qt.io/browse/QTBUG-88657 gcc10
shelltools.system("sed -i 's|use_jumbo_build=true|use_jumbo_build=false|' -i src/buildtools/config/common.pri")
shelltools.system("sed -i '1i#include <stdint.h>' src/3rdparty/chromium/base/trace_event/trace_arguments.h")
shelltools.system("sed -i '1s/^/#include <stdint.h>\n/' src/3rdparty/chromium/cc/input/main_thread_scrolling_reason.h")
#shelltools.system("sh ./qtwebengine-release.sh")
#shelltools.system("git submodule init")