Morten Johan Sørvig

Results 16 comments of Morten Johan Sørvig

You need https://codereview.qt-project.org/#/c/230044/ (qtcore_dynamic is the test case). However that patch is out of date now.

Thanks for the report! This particular example is a bit outdated at this point since I've stopped using EM_ASM_ inline JavaScript in favor of Emscripten bind.h/val.h. So I'm not sure...

Did you add the font file to the build? The default fonts are added in src/plugins/platforms/html5/fonts/html5fonts.qrc . (We don't have direct access to the system font files)

You can apply this patch to enable QOpenGLWidget: https://codereview.qt-project.org/#/c/257158/ Though as stated, the code might not be 100% ported to WebGL yet.

I can't reproduce this on 10.15.7 now. Does this still crash for you?

Hi, I'm also working on other projects so updates may/will come at irregular intervals. In general new patches will hit the wip/nacl branch in qtbase first: https://github.com/qtproject/qtbase/tree/wip/nacl

The intention is to merge to Qt trunk, but there is no set timeline.

There was a mention on Native-Client-Discuss that old SDKs are available at http://gsdview.appspot.com/nativeclient-mirror/nacl/nacl_sdk/ Unfortunately the directory listing there ends at pepper_34, and the 'more' link does not work. Perhaps you...

Hi, looks like PREMUL has been replaced by qPremultiply in Qt 5.5, and that your qtsvg is still on 5.4. Checking out the dev branch should fix the issue.