320889cc2a
Add patch3 to fix build (missing src file caused by typo) Add missing BuildRequires
21 lines
844 B
Diff
21 lines
844 B
Diff
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
|