You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
844 B
21 lines
844 B
5 years ago
|
Index: qtwebkit-5.212.0-alpha2/Source/WebKit/PlatformQt.cmake
|
||
|
===================================================================
|
||
|
--- qtwebkit-5.212.0-alpha2.orig/Source/WebKit/PlatformQt.cmake
|
||
|
+++ qtwebkit-5.212.0-alpha2/Source/WebKit/PlatformQt.cmake
|
||
|
@@ -786,6 +786,7 @@ if (COMPILER_IS_GCC_OR_CLANG)
|
||
|
set_source_files_properties(
|
||
|
qt/Api/qwebdatabase.cpp
|
||
|
qt/Api/qwebelement.cpp
|
||
|
+ qt/Api/qwebfullscreenrequest.cpp
|
||
|
qt/Api/qwebhistory.cpp
|
||
|
qt/Api/qwebhistoryinterface.cpp
|
||
|
qt/Api/qwebpluginfactory.cpp
|
||
|
@@ -795,7 +796,6 @@ if (COMPILER_IS_GCC_OR_CLANG)
|
||
|
|
||
|
qt/WidgetApi/qgraphicswebview.cpp
|
||
|
qt/WidgetApi/qwebframe.cpp
|
||
|
- qt/WidgetApi/qwebfullscreenrequest.cpp
|
||
|
qt/WidgetApi/qwebinspector.cpp
|
||
|
qt/WidgetApi/qwebpage.cpp
|
||
|
qt/WidgetApi/qwebview.cpp
|