-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Add --include-qt-plugins options #15
Comments
That is right, and actually it's an extremely import one. Please allow for a bit of time, because I want to use this, to somehow generate this from Nuitka's full set of options, rather than manually aligning them. |
Hey @kayhayen! |
I estimate that it will not be available before its ready. That will be sooner if you help. Otherwise I am not making promises on time scales outside of Nuitka commercial, and not even there really. |
Can you please let me know how I could help. do you have a suggestion what to do next? Is it restricted to Nuitka-Action or are changes for Nuitka necessary as well? |
If you look at the Nuitka action code, it will be actually trivial. The thing is, right now, powershell and bash code duplicate for Windows and macOS/Linux to command building code. I would love to see that unified. In fact, I will only do it when I do that first. But I will merge a PR that does add it with both syntaxes. Bonus points for unifying it though. Windows on GitHub can just use bash too. No point in this being duplicated because of shell syntax. |
With the 1.7 release, this will be working, however, for 1.8, there is actually a change, where |
Nuitka has the option to include qt plugins with the option
--include-qt-plugins
followed by a list of plugins.How can this be integrated into the github action because there is no option for qt?
The text was updated successfully, but these errors were encountered: