qt5-qtbase-nacl icon indicating copy to clipboard operation
qt5-qtbase-nacl copied to clipboard

Is this project still active ?

Open theshadowx opened this issue 10 years ago • 9 comments

As it's been a long time since nothing has been committed, I'm just wondering if this project is still active ?

theshadowx avatar Sep 15 '15 22:09 theshadowx

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

msorvig avatar Sep 16 '15 11:09 msorvig

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.

theshadowx avatar Sep 16 '15 11:09 theshadowx

So it's better to clone qtproject/qtbase:wip/nacl

theshadowx avatar Sep 16 '15 11:09 theshadowx

Very enthusiast to see this too ! Any chances to see this merged in Qt trunk ?

jcelerier avatar Dec 24 '15 14:12 jcelerier

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

msorvig avatar Jan 04 '16 11:01 msorvig

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 avatar Jan 04 '16 18:01 jeffreyscottgraham

@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

theshadowx avatar Jan 04 '16 19:01 theshadowx

Will try the example. Thanks for the fantastic work!

jeffreyscottgraham avatar Jan 04 '16 19:01 jeffreyscottgraham

Just want to throw in my encouragement: this is a VERY exciting project. I will be watching closely!

campagnola avatar Nov 11 '16 00:11 campagnola