We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently only xcb platform is deployed and this is actually hardcoded (https://github.com/linuxdeploy/linuxdeploy-plugin-qt/blob/master/src/deployers/PlatformPluginsDeployer.cpp#L20).
xcb
This makes impossible to deploy CLI Qt applications that could be run on headless systems (using either minimal or offscreen platform plugins).
minimal
offscreen
Can some way to include other platform plugins be added, if it could be necessary?
Thanks!
The text was updated successfully, but these errors were encountered:
Sorry, dup of #88
Sorry, something went wrong.
No branches or pull requests
Currently only
xcb
platform is deployed and this is actually hardcoded (https://github.com/linuxdeploy/linuxdeploy-plugin-qt/blob/master/src/deployers/PlatformPluginsDeployer.cpp#L20).This makes impossible to deploy CLI Qt applications that could be run on headless systems (using either
minimal
oroffscreen
platform plugins).Can some way to include other platform plugins be added, if it could be necessary?
Thanks!
The text was updated successfully, but these errors were encountered: