linuxdeploy-plugin-qt
linuxdeploy-plugin-qt copied to clipboard
'help' module does not bring qhelpgenerator
Hello. I am new to using this project and overall it has made my job much easier, so I am very grateful for it!
My project includes QtHelp
, and I want to bundle that and the associated qhelpgenerator
with my application. As best I can tell, this does not happen already because there is not an entry in the PluginsDeployerFactory
for 'help'.
Is this a missing capability that should be available, or do I need to just manually handle it using linuxdeploy --executable <path to qhelpgenerator>
?
Thanks!
Support for QtHelp has not been implemented yet, AFAICS. Can you please provide a minimal example application for testing? PRs also highly welcome.
Understood, thanks. I will try to find some time this week to put together a toy/example application. I am by no means a Qt or packaging expert but will try to see if I can contribute as well.