summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2018-05-23 23:08:33 (GMT)
committerMark Brand <mabrand@mabrand.nl>2018-05-23 23:38:32 (GMT)
commitb54c6f9094c490502a9aa1df84c9539f6a147bae (patch)
tree15b385ab45e01e48ebe9af9ef34d41da30457e6a
parent1ca73a8a114a2c526fd7d9f8a16d3adfa640ce31 (diff)
downloadmxe-b54c6f9094c490502a9aa1df84c9539f6a147bae.zip
mxe-b54c6f9094c490502a9aa1df84c9539f6a147bae.tar.gz
mxe-b54c6f9094c490502a9aa1df84c9539f6a147bae.tar.bz2
qtwebkit: Qt 5.11 compatibility workaround for test build
-rw-r--r--src/qtwebkit-test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qtwebkit-test.cpp b/src/qtwebkit-test.cpp
index 1248de7..9bcdf82 100644
--- a/src/qtwebkit-test.cpp
+++ b/src/qtwebkit-test.cpp
@@ -7,8 +7,7 @@
#include <QApplication>
-#include <QtWebKitWidgets/QWebView>
-#include <QtWebKitWidgets/QWebFrame>
+#include <QtWebKitWidgets>
int main(int argc, char **argv){