qt5-qtbase-nacl
qt5-qtbase-nacl copied to clipboard
Is this project still active ?
As it's been a long time since nothing has been committed, I'm just wondering if this project is still active ?
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
Ya, I know, I'm just enthusiast about having Qt/QtQuick apps working in chrome browser. It will open doors to many things. :)
Thanks for mentioning the branch.
So it's better to clone qtproject/qtbase:wip/nacl
Very enthusiast to see this too ! Any chances to see this merged in Qt trunk ?
The intention is to merge to Qt trunk, but there is no set timeline.
If I use this branch in place of qt trunk, and compile all of qt with it, can I then create a qml-based UI that can be built by choice either as a a normal standalone QT executible or a web page simply by changing how it is built?
@jeffreyscottgraham , from my humble experience I don't think so, at least the main.cpp should be modified to work with qt_nacl, and if you do so it won't work for the other qt version
you can test with the example https://github.com/msorvig/qt5-qtdeclarative-nacl/tree/nacl-5.4/examples/nacl
Will try the example. Thanks for the fantastic work!
Just want to throw in my encouragement: this is a VERY exciting project. I will be watching closely!