Re: [Development] Making a vcpkg port of qtwebengine on Linux with dynamic linking (2)

2024-05-21 Thread Thomas Sondergaard
I forgot, this is the github issue where I have documented the challenges: https://github.com/microsoft/vcpkg/issues/38497 Best, Thomas-- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

[Development] Making a vcpkg port of qtwebengine on Linux with dynamic linking (2)

2024-05-21 Thread Thomas Sondergaard
Hi, I'm resending this as the first mail I sent came out as a single line in https://lists.qt-project.org/pipermail/development/2024-May/045311.html . Hopefully it comes out better this time, although icloud.com gives me limited control over the format it sends in. I'm trying to fix the vcpkg

[Development] Making a vcpkg port of qtwebengine on Linux with dynamic linking

2024-05-21 Thread Thomas Sondergaard
Hi, I'm trying to fix the vcpkg version of qtwebengine so it works with dynamic linking on Linux, and I am almost ready to give up. I reach out to get some much needed help The problem that I run into during the build of qtwebengine is that during the qtwebengine build it also executes some of

Re: [Development] ActiveQt AxServer with CMake

2014-02-13 Thread Thomas Sondergaard
On 2014-02-13 13:47, Fricot, Daniel wrote: Rob, Your cmake snippet is basically what I do in my build. Idc is the problem. This gives the Timers can only be used with threads started with QThread error. After some more playing around, I noticed something. If I place a breakpoint in the

Re: [Development] Disabling exception support in QtCore?

2013-10-01 Thread Thomas Sondergaard
On 2013-10-01 21:20, Thiago Macieira wrote: Since we decided to roll back support for exceptions in our container classes, the only thing that currently needs exception support is the mainloop allowing std::bad_alloc through. Is it worth it? Should we disable exceptions in QtCore? As an