From 2caecbbaa24411f57522796737600cd5bee6cfec Mon Sep 17 00:00:00 2001 From: Michael Nutt Date: Wed, 28 Jun 2023 15:09:19 -0400 Subject: [PATCH] FIXME: qwebelement depends on jsc and jsc does not use rtti --- Source/WebKitLegacy/PlatformQt.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/WebKitLegacy/PlatformQt.cmake b/Source/WebKitLegacy/PlatformQt.cmake index d3c94705c5c11..87d42c15d9a35 100644 --- a/Source/WebKitLegacy/PlatformQt.cmake +++ b/Source/WebKitLegacy/PlatformQt.cmake @@ -796,7 +796,8 @@ endif () if (COMPILER_IS_GCC_OR_CLANG) set_source_files_properties( qt/Api/qwebdatabase.cpp - qt/Api/qwebelement.cpp + # FIXME + #qt/Api/qwebelement.cpp qt/Api/qwebfullscreenrequest.cpp qt/Api/qwebhistory.cpp qt/Api/qwebhistoryinterface.cpp