https://bugs.kde.org/show_bug.cgi?id=391300
--- Comment #3 from Kevin Kofler <kevin.kof...@chello.at> --- Git commit d06a0d60e0ff3e9e3d5dbaec17b3447fca665b92 by Kevin Kofler. Committed on 12/05/2018 at 11:29. Pushed by kkofler into branch 'Falkon/3.0'. Fix the fix for #391300 to require only QtWebEngine 5.10, not Qt 5.10 QtWebEngine can be newer than the rest of Qt (e.g., on Fedora 27). This fixes the version check in WebView::savePageAs to use a macro defined in config.h.cmake based on the version of QtWebEngineWidgets rather than relying on QT_VERSION, which is the version of QtCore. Reviewed By: drosca Differential Revision: https://phabricator.kde.org/D12833 M +2 -0 CMakeLists.txt M +3 -0 config.h.cmake M +1 -1 src/lib/webengine/webview.cpp https://commits.kde.org/falkon/d06a0d60e0ff3e9e3d5dbaec17b3447fca665b92 -- You are receiving this mail because: You are watching all bug changes.