Thanks a lot for your mail..It worked after installing all dependencies
with apt-get build-dep qt5-default and config clean.

However, QtWebegine module is not build.

When qmake(using installed default path) is run on QtWebengine directory,
it throws below error and no config.log is generated.

ubuntu@ubuntu:~/qt-everywhere-src-5.12.8/qtwebengine$ qmake
Cannot read
/home/ubuntu/qt-everywhere-src-5.12.8/qtwebengine/src/core/qtwebenginecore-config.pri:
No such file or directory
Project ERROR: Could not find feature webengine-v8-snapshot-support.

Any suggestions?

Best Regards,
Ramakanth

On Wed, Apr 22, 2020 at 8:52 PM Thiago Macieira <thiago.macie...@intel.com>
wrote:

> On Tuesday, 21 April 2020 10:29:19 PDT Ramakanth Kesireddy wrote:
> > ERROR: Feature 'xcb' was enabled, but the pre-condition 'features.thread
> &&
> > features.xkbcommon && libs.xcb' failed.
> >
> > ERROR: Feature 'system-freetype' was enabled, but the pre-condition
> > 'features.freetype && libs.freetype' failed.
> >
> > ERROR: Feature 'fontconfig' was enabled, but the pre-condition
> > '!config.msvc && features.system-freetype && libs.fontconfig' failed.
> >
> > Let me know if am missing any dependencies in this regard.
>
> You're missing xkbcommon, freetype, at least, possibly xcb and fontconfig
> too.
>
> xkbcommon >= 0.5.0
> freetype >= 2.2
> xcb >= 1.11
>
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel System Software Products
>
>
>
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to