> On Apr 13, 2022, at 06:52, Sze Howe Koh wrote:
> Apple has let their OpenGL implementation stagnate since 2010 [1].
> They then officially deprecated it in 2018, citing significant
> advantages of Metal over OpenGL [2]. They have not revealed when
> OpenGL will be removed.
>
> Most of Qt Quic
On 30/4/22 00:56, Alexander Carôt wrote:
codesign --options=runtime --deep ./simplebrowser.app -s "Developer ID
Application:–xyz"
The hardened runtime (--options=runtime) causes the web engine to crash.
You need to add entitlements while signing it.
See: https://forum.qt.io/topic/102212/qtw
On 4/29/22, 12:20 PM, "j...@wavemetrics.com" wrote:
> This happened to a colleague (sort of). He could debug one executable but
not any of the other ones. We tried QtCreator 4.x, 6.x and 7.x. What we finally
did was move his QtCreator configuration directory to the side and relaunch
QtC
> This happened to a colleague (sort of). He could debug one executable but not
> any of the other ones. We tried QtCreator 4.x, 6.x and 7.x. What we finally
> did was move his QtCreator configuration directory to the side and relaunch
> QtCreator. That seemed to fix it. Seems like a sledge hamm
Hello all,
I just noticed some odd behavior with QtWebEngine after codesigning:
When launching the app the QtWebEngineProcess crashes and the browser tells:
Render process exited with code: 9
Do you want to reload the page ?
I can reproduce this with the simplebrowser-example code:
Qt/Examples