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

Reply via email to