[webkit-qt] QtWebkit 5.212 issue

Konstantin Tokarev annulen at yandex.ru
Wed May 6 15:15:51 PDT 2020



06.05.2020, 20:13, "Ramakanth Kesireddy" <rama.kesi at gmail.com>:
> 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


More information about the webkit-qt mailing list