<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Suggestion: Add [tool.pyside6-deploy] in pyproject.toml for pyside6-project]]></title><description><![CDATA[<p dir="auto">Hello everyone,</p>
<p dir="auto">When we use the <a href="https://doc.qt.io/qtforpython-6/tools/pyside-project.html" target="_blank" rel="noopener noreferrer nofollow ugc"><code>pyside6-project</code> command</a>, it is possible to pass options for <code>build</code> from the <code>[tool.pyside6-rcc]</code> and <code>[tool.pyside6-uic]</code> tables in <code>pyproject.toml</code>. But it's not possible for <code>deploy</code>.</p>
<p dir="auto">Would it be possible to add the ability to pass <a href="https://doc.qt.io/qtforpython-6/deployment/deployment-pyside6-deploy.html#command-line-options" target="_blank" rel="noopener noreferrer nofollow ugc">options for the <code>pyside6-deploy</code> command</a> (called by <code>pyside6-project</code>) via <code>pyproject.toml</code>, like this:</p>
<pre><code class="language-toml">[tool.pyside6-deploy]
options = [
  "my-main.py",
  "--name",
  "myname",
  "--verbose",
  "--init",
]
</code></pre>
]]></description><link>https://forum.qt.io/topic/164537/suggestion-add-tool.pyside6-deploy-in-pyproject.toml-for-pyside6-project</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 00:43:07 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164537.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Apr 2026 07:58:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Suggestion: Add [tool.pyside6-deploy] in pyproject.toml for pyside6-project on Thu, 09 Apr 2026 19:35:38 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">You should open a feature request on the <a href="https://bugreports.qt.io" target="_blank" rel="noopener noreferrer nofollow ugc">bug report system</a>. That will be the right place to discuss this kind o things.</p>
<p dir="auto">This forum is more user oriented.</p>
]]></description><link>https://forum.qt.io/post/837618</link><guid isPermaLink="true">https://forum.qt.io/post/837618</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 09 Apr 2026 19:35:38 GMT</pubDate></item></channel></rss>