Hi Konstantin, Thanks a lot for your mail.
Can we use QtWebkit open sources from 5.212 branch if we go with Qt 5.12.8 or Qt 5.15 LTS commercial sources? If so, do you recommend to use QtWebkit sources from https://github.com/qtwebkit/qtwebkit/releases/tag/qtwebkit-5.212.0-alpha4 or any other official sources from master or stable branch? Best Regards, Ramakanth ---------- Forwarded message --------- From: Konstantin Tokarev <[email protected]> Date: Thu, 7 May, 2020, 03:45 Subject: Re: [webkit-qt] QtWebkit 5.212 issue To: Ramakanth Kesireddy <[email protected]> Cc: Silvio Frischknecht <[email protected]>, [email protected] <[email protected]> 06.05.2020, 20:13, "Ramakanth Kesireddy" <[email protected]>: > Hi Konstantin, > > Thanks a lot for your email. The patch works. > > A quick Couple of questions: > > 1) As I installed 32 bit Qt binaries on Ubuntu 16.04 using multi-lib package, do we need to pass any cmake options so that it installs 32 bit QtWebkit libs? If so, could you please let me know? You should be able to do this by setting CFLAGS=-m32 and CXXFLAGS=-m32 environment variables before running cmake first time. See also https://stackoverflow.com/questions/51637965/cmake-create-and-link-32bit-and-64bit-versions-of-library/51647547#51647547 and other resources on cmake > > 2) What would be the cmake options to use sysroot and cross compiler tool chain for configuring QtWebkit using cmake and install on target? https://cmake.org/cmake/help/v3.6/manual/cmake-toolchains.7.html#cross-compiling-for-linux > > Appreciate your help in this regard. > > Best Regards, > Ramakanth > -- Regards, Konstantin
_______________________________________________ webkit-qt mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-qt
