Qt 6.11 is out! See what's new in the release
blog
Suggestion: Add [tool.pyside6-deploy] in pyproject.toml for pyside6-project
-
Hello everyone,
When we use the
pyside6-projectcommand, it is possible to pass options forbuildfrom the[tool.pyside6-rcc]and[tool.pyside6-uic]tables inpyproject.toml. But it's not possible fordeploy.Would it be possible to add the ability to pass options for the
pyside6-deploycommand (called bypyside6-project) viapyproject.toml, like this:[tool.pyside6-deploy] options = [ "my-main.py", "--name", "myname", "--verbose", "--init", ] -
Hi and welcome to devnet,
You should open a feature request on the bug report system. That will be the right place to discuss this kind o things.
This forum is more user oriented.
-
M Milleras has marked this topic as solved