Re: [Interest] webenginewidgets (Win MinGw11.2.0)

2022-05-17 Thread Alexander Carôt
>>MinGW is unsupported in qtwebengine in the sense it doesn't work at all. Understood – I wonder what would be required in order to make it support qtwebengine. It sounds not to be trivial. Thanks Alex -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Di

[Interest] How to upgrade plugin base class with Q_DECLARE_INTERFACE

2022-05-17 Thread Taras Kushnir via Interest
Hi I'm implementing a plugin system within my Qt desktop app using a base class MyBasePluginClass, which has Q_DECLARE_INTERFACE(MyBasePluginClass, "MyBasePluginClass/v1.0") and a bunch of plugins that inherit from that interface and override certain virtual methods. Now in the next release

Re: [Interest] webenginewidgets (Win MinGw11.2.0)

2022-05-17 Thread Thiago Macieira
On Tuesday, 17 May 2022 10:33:20 PDT Thiago Macieira wrote: > I don't plan on accepting patches to unbreak it either. LLVM community must > fix their compiler. Let me scale this back a little: I will accept patches that fix use of clang-cl with our headers. That will allow user code to use clang

Re: [Interest] webenginewidgets (Win MinGw11.2.0)

2022-05-17 Thread Thiago Macieira
On Tuesday, 17 May 2022 10:17:49 PDT Allan Sandfeld Jensen wrote: > > And clang-cl is not supported for qtbase. > > Not officially perhaps, but it works. No, not really. It has problems with intrinsics and I have no problem with introducing changes that will break it. I don't plan on accepting

Re: [Interest] webenginewidgets (Win MinGw11.2.0)

2022-05-17 Thread Allan Sandfeld Jensen
On Dienstag, 17. Mai 2022 18:47:03 CEST Thiago Macieira wrote: > On Tuesday, 17 May 2022 01:33:16 PDT Allan Sandfeld Jensen wrote: > > It is not supported for MinGW. Only MSVC, and clang-cl on windows. > > And clang-cl is not supported for qtbase. Not officially perhaps, but it works. MinGW is un

Re: [Interest] webenginewidgets (Win MinGw11.2.0)

2022-05-17 Thread Thiago Macieira
On Tuesday, 17 May 2022 01:33:16 PDT Allan Sandfeld Jensen wrote: > It is not supported for MinGW. Only MSVC, and clang-cl on windows. And clang-cl is not supported for qtbase. -- Thiago Macieira - thiago.macieira (AT) intel.com Cloud Software Architect - Intel DCAI Cloud Engineering __

Re: [Interest] webenginewidgets (Win MinGw11.2.0)

2022-05-17 Thread Allan Sandfeld Jensen
On Dienstag, 17. Mai 2022 07:55:41 CEST Alexander Carôt wrote: > Hello all, > > after success on OSX I am now trying to get my code working with Windows > (MinGw11.2.0). > > I installed Qt6.3 including any other additional library but qmake tells me: > > Project ERROR: Unknown module(s) in QT: w