From a2c37467b932935f1fbc3ecfe0b66cf8367d75c5 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 28 Dec 2018 10:37:10 +0000 Subject: community/qt5-qtwebkit: fix path to QtSignalSpy --- community/qt5-qtwebkit/qt5.12.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 community/qt5-qtwebkit/qt5.12.patch (limited to 'community/qt5-qtwebkit/qt5.12.patch') diff --git a/community/qt5-qtwebkit/qt5.12.patch b/community/qt5-qtwebkit/qt5.12.patch new file mode 100644 index 0000000000..f1ca8811b7 --- /dev/null +++ b/community/qt5-qtwebkit/qt5.12.patch @@ -0,0 +1,26 @@ +diff --git a/Source/WebKit/qt/tests/util.h b/Source/WebKit/qt/tests/util.h +index 4925aa4..9f834f7 100644 +--- a/Source/WebKit/qt/tests/util.h ++++ b/Source/WebKit/qt/tests/util.h +@@ -23,7 +23,7 @@ + #endif + + #include +-#include ++#include + #include + + #if !defined(TESTS_SOURCE_DIR) +diff --git a/Source/WebKit2/UIProcess/API/qt/tests/util.h b/Source/WebKit2/UIProcess/API/qt/tests/util.h +index 8711d5b..6bb97fa 100644 +--- a/Source/WebKit2/UIProcess/API/qt/tests/util.h ++++ b/Source/WebKit2/UIProcess/API/qt/tests/util.h +@@ -19,7 +19,7 @@ + // Functions and macros that really need to be in QTestLib + + #include +-#include ++#include + #include + + class QQuickWebView; -- cgit v1.2.3