[Interest] webenginewidgets (Win MinGw11.2.0)

2022-05-16 Thread Alexander Carôt
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: webenginewidgets Is it maybe not supported for MinGw or am I missing something

Re: [Interest] spurious breakpoints in Qt Creator

2022-05-16 Thread André Pönitz
On Mon, May 16, 2022 at 09:09:43AM +0200, Elvis Stansvik wrote: >Den sön 15 maj 2022 21:45Matej Košík <[1]q...@matej-kosik.net> skrev: > > Hi, > > While using Qt Creator, I noticed that it generates "spurious > breakpoints". > > How to reproduce: > - I start Qt Creat

Re: [Interest] spurious breakpoints in Qt Creator

2022-05-16 Thread John Weeks
I haven't done any Qt development for Linux, but I know on other platforms it's possible to set a preference to break on exceptions, or module loads and unloads, and other such events. Somewhere I believe you can request a break when main() is entered, too. > On May 15, 2022, at 12:44 PM, Matej

[Interest] QtLocation question about GeoProjections

2022-05-16 Thread Marco Sternini
Hi, I've managed to integrate a custom Map plugin, but my specific Map kernel uses the Mercator projection. Qt provides only the QWebMercatorProjection that's slightly different from the Mercator one and that brings to some misbehaviours. Do you have any tip or do you know any open source projec

Re: [Interest] spurious breakpoints in Qt Creator

2022-05-16 Thread Björn Schäpers
Am 16.05.2022 um 09:09 schrieb Elvis Stansvik: Den sön 15 maj 2022 21:45Matej Košík > skrev: Hi, While using Qt Creator, I noticed that it generates "spurious breakpoints". How to reproduce: - I start Qt Creator - I generate a new project  

Re: [Interest] spurious breakpoints in Qt Creator

2022-05-16 Thread Elvis Stansvik
Den sön 15 maj 2022 21:45Matej Košík skrev: > Hi, > > While using Qt Creator, I noticed that it generates "spurious breakpoints". > > How to reproduce: > - I start Qt Creator > - I generate a new project > (Qt Widgets Application with QMainWindow as a base class) > - from the menu I choose >