summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/PlatformQt.cmake
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2020-09-20 20:18:16 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2020-09-20 20:21:55 +0300
commit8967b4f874723f9c94a7ce7575a30a8907555df2 (patch)
tree317cd36a59b0185a577ca0ba923bad04b0ebfa20 /Source/WebKit2/PlatformQt.cmake
parent08eaf858c99ad6be4eaa0d97509a3400eb5186f2 (diff)
Import QtWebKit commit 6faf5d547055321f0d518fe83766499cac5d8664
Change-Id: Ic4699dbd1292dda99d8058853dadf69f5a81cd0e Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Source/WebKit2/PlatformQt.cmake')
-rw-r--r--Source/WebKit2/PlatformQt.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/Source/WebKit2/PlatformQt.cmake b/Source/WebKit2/PlatformQt.cmake
index e920902f4..f233e3cd9 100644
--- a/Source/WebKit2/PlatformQt.cmake
+++ b/Source/WebKit2/PlatformQt.cmake
@@ -217,6 +217,19 @@ list(APPEND WebKit2_SOURCES
WebProcess/qt/WebProcessQt.cpp
)
+if (COMPILER_IS_GCC_OR_CLANG)
+ set_source_files_properties(
+ UIProcess/API/qt/qquicknetworkreply.cpp
+ UIProcess/API/qt/qquicknetworkrequest.cpp
+ UIProcess/API/qt/qquickurlschemedelegate.cpp
+ UIProcess/API/qt/qquickwebpage.cpp
+ UIProcess/API/qt/qquickwebview.cpp
+ UIProcess/API/qt/qwebiconimageprovider.cpp
+ PROPERTIES
+ COMPILE_FLAGS -frtti
+ )
+endif ()
+
qt5_add_resources(WebKit2_SOURCES
WebKit2.qrc
)