linuxdeployqt icon indicating copy to clipboard operation
linuxdeployqt copied to clipboard

unable to deploy webengine (qml component)

Open shi-yan opened this issue 4 years ago • 3 comments

requested to deploy qml with -qmldir

but it doesn't deploy webengine

shi-yan avatar Feb 29 '20 18:02 shi-yan

I don't think webengine has something to do with qmldir. Can you point to your software so that we can test?

probonopd avatar Mar 07 '20 09:03 probonopd

the folder that needs to be deployed is under Qt/5.14.1/gcc_64/qml/QtWebEngine, hence I tried qmldir.

To debug, any official qml + webengine example should reproduce. for example: Qt/Examples/Qt-5.14.1/webengine/webengineaction

shi-yan avatar Mar 08 '20 01:03 shi-yan

Actually we are bundling a QtWebEngine based example app as part of our CI pipeline:

https://github.com/probonopd/linuxdeployqt/blob/5542062897811e9ff061e8debd929467e921be4e/tests/tests.sh#L33-L46

The question is, does it work...

probonopd avatar Mar 08 '20 09:03 probonopd