Re: [Interest] webengine for iOS

2022-04-28 Thread Michal Klocek
Hi There is no qtwebenigne on ios , use qtwebview instead. Br Michal From: Interest on behalf of Alexander Carôt Sent: Thursday, 28 April 2022 09:58 To: qt qt Subject: [Interest] webengine for iOS Hello all, when trying to compile my app for iOS I realize

Re: [Interest] Building QtPdf from boot2qt 5.14.1

2021-09-10 Thread Michal Klocek
Meyer Sent: Friday, 10 September 2021 12:42 To: interestqt-project. org Subject: Re: [Interest] Building QtPdf from boot2qt 5.14.1 Hi Michal! El vie., 10 de septiembre de 2021 07:04, Michal Klocek mailto:michal.klo...@qt.io>> escribió: Hi I am not sure which documentation do you

Re: [Interest] Building QtPdf from boot2qt 5.14.1

2021-09-10 Thread Michal Klocek
Hi I am not sure which documentation do you refer to, but QtPdf was merged to be part of qtwebengine repository in 5.15 Br Michal From: Interest on behalf of Lisandro Dami?n Nicanor P?rez Meyer Sent: Thursday, 9 September 2021 23:01 To: interestqt-project.

Re: [Interest] Gold linker configuration in Qt 5

2020-07-02 Thread Michal Klocek
https://codereview.qt-project.org/c/qt/qtbase/+/250261 On 7/2/20 3:22 PM, Ramakanth Kesireddy wrote: Ok Thanks for your details. Is there any option in Qt5 configure line to make use of llvm ldd linking? Best Regards, Ramakanth On Thu, 2 Jul, 2020, 15:26 Sérgio Martins,

Re: [Interest] Troubles with debugging

2020-02-19 Thread Michal Klocek
Please open bug report on https://bugreports.qt.io/ On 2/19/20 6:17 PM, j...@wavemetrics.com wrote: > I still see it after a couple of Qt Creator updates. My colleague here is > using a pretty old version of Creator because of this problem. So it seems > like something Creator is doing.

Re: [Interest] QQuickImageProvider for PDF rendering

2020-02-11 Thread Michal Klocek
Hi Checkout qtwebengine repo and wip-qtpdf branch to see latest qtquick apis for qtpdf https://codereview.qt-project.org/q/project:qt%252Fqtwebengine+branch:wip%252Fqtpdf Br Michal On 2/11/20 3:38 PM, Neubert Stefan wrote: > Hi list, > > we are using a QQuickImageProvider to load and render

Re: [Interest] Qt 5.12.3 build generates absolute library paths in .prl files

2019-05-08 Thread Michal Klocek
Hi see https://codereview.qt-project.org/#/c/212562/ and for some discussions https://bugreports.qt.io/browse/QTBUG-72903 Br Michal On 5/8/19 10:52 AM, Simon Holmberg wrote: > I'm not well versed in qmake, nor could I find much information about > the .prl files that qmake generates along

Re: [Interest] reCAPTCHA does not appear QML WebEngineView

2019-02-14 Thread Michal Klocek
Hi Please open the bug report at https://bugreports.qt.io/ and attach small example code and page url, it will be easier to investigate the issue. Br Michal On 02/12/2019 04:39 PM, Miller, Douglas K. CONT NAVAIR 2109, 1, N139 wrote: > I'm trying to interact with an URL that implements

Re: [Interest] QWE 5.9.3/Linux: chromium build trips over headers from the installed system openssl, protobuf-cpp

2017-12-22 Thread Michal Klocek
for pkg-config. Please note pkg-cofig always strips out system paths (expect you explicitly set PKG_CONFIG_ALLOW_SYSTEM_CFLAGS / PKG_CONFIG_ALLOW_SYSTEM_LIBS). Br Michal On 12/22/2017 01:45 PM, René J. V. Bertin wrote: > Michal Klocek wrote: > >> might want to check what actually re

Re: [Interest] QWE 5.9.3/Linux: chromium build trips over headers from the installed system openssl, protobuf-cpp

2017-12-22 Thread Michal Klocek
Hi QWebEngine build queries pkg-config for include headers paths, so you might want to check what actually returns -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include. A good starting point might be glib-2.0.pc file (or simply run pkg-config --cflags glib-2.0)

Re: [Interest] QWE: ${build.dir}/src/toolchain/BUILD.gn not being created at first configure run

2017-12-21 Thread Michal Klocek
Ho No it is not related to this bug. What is the error message ? Br Michal On 12/21/2017 05:49 PM, René J. V. Bertin wrote: > related to this bug o ___ Interest mailing list Interest@qt-project.org

Re: [Interest] QWE: ${build.dir}/src/toolchain/BUILD.gn not being created at first configure run

2017-12-21 Thread Michal Klocek
Hi Well it is a bug not reported before in use of qmake recursive call. qmake -r Please just try wihout -r or apply https://codereview.qt-project.org/215222 Br Michal On 12/21/2017 04:35 PM, René J. V. Bertin wrote: > Hi, > > Building QWE 5.9.3 on Linux I run into an issue that others

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-14 Thread Michal Klocek
Hi The problem is that your qtwebenigne build is not detected as embedded build, which means it is not configured for cross compilation. You have couple of options to fix it: 1) in configure line use instead of platform -xplatform 2) or better use -sysroot, -device and device -option (see

Re: [Interest] QtWebEngine on i.MX6 eglfs

2017-08-14 Thread Michal Klocek
Hi Which version of qt is it ? Can you paste your configure line ? Br Michal On 08/14/2017 12:47 PM, Filip Piechocki wrote: > Hi, > I would like to build QtWebEngine for my i.MX6 DualLite but I am using > eglfs only (no X11) while I got those errors while compiling QtWebEngine: > > [1/16161]