qt5-qtdeclarative-nacl
qt5-qtdeclarative-nacl copied to clipboard
QtGraphicalEffects
I'm having some difficulty getting graphical effects to work. I had (perhaps wrongly) assumed that if QML in general was working then so would graphical effects. If it is not supported, that's completely fine but I'd like to find that out before I spend too long trying to get it to work.
Hi,
I have not tested QtGraphicalEffects myself. It's on the "should work" list. Could be OpenGL shader issues? (shaders in general work)
Well, at the moment I'm having simpler problems. nacldeployqt doesn't seem to include the QtGraphicalEffects directory when it assembles the qml directory. If I manually copy across the graphical effects directory from the gcc_64 Qt 5.4 source then when I run the application the HTTP GET for the graphical effects qmldir gets a 200 but chrome still prints out "module not installed" for it. (Maybe because it needed to be there earlier in the build process?)
Any tips?