https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236875
Jakub Sika <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Jakub Sika <[email protected]> --- I didn't work for me in this manner. I had to modify the following files: In the process_main.h, replace the following include with: #include <api/qtwebenginecoreglobal_p.h> In the work/qt*/src/webengine/api/qquickwebengineview_p.h: replace the first include with #include <api/qtwebenginecoreglobal_p.h> In the work/qt*/src/core/api/qtwebenginecoreglobal_p.h: replace the last include with #include <QtWebEngineCore/5.12.2/QtWebEngineCore/private/qtwebenginecore-config_p.h> Only this worked for me. -- You are receiving this mail because: You are the assignee for the bug.
