[Bug 236875] www/qt5-webengine: fails to build on 12.0 amd64 and i386 "QtWebEngineCore/private/qtwebenginecore-config_p.h file not found"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jul 28 15:44:55 BST 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236875
Jakub Sika <jsika at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jsika at hotmail.com
--- Comment #3 from Jakub Sika <jsika at hotmail.com> ---
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.
More information about the kde-freebsd
mailing list