Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-30 Thread Ramakanth Kesireddy
Looks like QtPositioning need to be installed as it throws below errors while running cmake with opengl and webkit2 disabled. -- Could NOT find Dwz (missing: DWZ_EXECUTABLE) (Required is at least version "0.13") -- Found WebP: /usr/include CMake Error at

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-30 Thread Ramakanth Kesireddy
Hi Konstantin, Thanks for your mail. As per https://github.com/qtwebkit/qtwebkit/wiki/Building-QtWebKit-on-Linux, it has dependency on Qt positioning and sensor modules. Since in the configure line, I skipped the modules using -skip qtlocation -skip qtsensors, Could you please let me know if

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-30 Thread Konstantin Tokarev
30.04.2020, 19:29, "Ramakanth Kesireddy" : > I need to pass below options in the cmake configure options,right? Yes > > So QtWebkit cannot be build along with Qt 5.12.8 sources unlike with Qt 5.6.3 > earlier as the build is being supported only with cmake and needs to be built > with cmake

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-30 Thread Ramakanth Kesireddy
I need to pass below options in the cmake configure options,right? So QtWebkit cannot be build along with Qt 5.12.8 sources unlike with Qt 5.6.3 earlier as the build is being supported only with cmake and needs to be built with cmake on Qt installed binaries? On Thu, 30 Apr, 2020, 19:54

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-30 Thread Konstantin Tokarev
30.04.2020, 16:56, "Ramakanth Kesireddy" : > Hi Konstantin, > > Is there any dependency of Qt WebKit on Qtwebeockets or any other modules as > few modules like Qtwebeockets are skipped in installation of Qt libraries > along with no opengl in the configure line since there is no GPU on

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-30 Thread Konstantin Tokarev
29.04.2020, 14:12, "Ramakanth Kesireddy" : > Thanks a lot..It resolves the issue. But it throws below error further. Do we > required to configure qt with opengl inorder to build qtwebkit? > >   CMake Error at Source/cmake/OptionsQt.cmake:592 (message): >   Qt with OpenGL support is required

Re: [webkit-qt] QtWebkit 5.212 issue

2020-04-30 Thread Ramakanth Kesireddy
Hi Konstantin, Is there any dependency of Qt WebKit on Qtwebeockets or any other modules as few modules like Qtwebeockets are skipped in installation of Qt libraries along with no opengl in the configure line since there is no GPU on embedded device. But do I need to enable opengl on Ubuntu 16.04