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

QtGraphicalEffects

Open immesys opened this issue 9 years ago • 2 comments

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.

immesys avatar Aug 11 '15 01:08 immesys

Hi,

I have not tested QtGraphicalEffects myself. It's on the "should work" list. Could be OpenGL shader issues? (shaders in general work)

msorvig avatar Aug 11 '15 09:08 msorvig

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?

immesys avatar Aug 11 '15 20:08 immesys