linuxdeployqt
linuxdeployqt copied to clipboard
unable to deploy webengine (qml component)
requested to deploy qml with -qmldir
but it doesn't deploy webengine
I don't think webengine has something to do with qmldir. Can you point to your software so that we can test?
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
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...