diff --git a/Common/3dParty/v8/tools/8.9/x64-linux-dynamic/buildgn.patch b/Common/3dParty/v8/tools/8.9/x64-linux-dynamic/buildgn.patch index ee09ba6e03..2211764d8d 100644 --- a/Common/3dParty/v8/tools/8.9/x64-linux-dynamic/buildgn.patch +++ b/Common/3dParty/v8/tools/8.9/x64-linux-dynamic/buildgn.patch @@ -7,7 +7,7 @@ index a8618452794..4ab368a4149 100644 defines = [] cflags = [] + if (!is_win) { -+ cflags += ["-include", "cstdint"] ++ cflags += ["-include", "cstdint", "-Wno-enum-constexpr-conversion"] + } ldflags = [] diff --git a/common.cmake b/common.cmake index 66a5a9fb2a..61396a6ff9 100644 --- a/common.cmake +++ b/common.cmake @@ -164,7 +164,7 @@ else() set(Qt6_DIR "${QT_ROOT}/lib/cmake/Qt6") find_package(Qt6 REQUIRED COMPONENTS - Core Gui Widgets PrintSupport Svg LinguistTools Multimedia MultimediaWidgets + Core Gui Widgets PrintSupport Svg LinguistTools Multimedia MultimediaWidgets OpenGLWidgets CorePrivate GuiPrivate PrintSupportPrivate) # Setup cef