You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.9 KiB

<toolSet name="External Tools">
<tool name="qtdesigner" description="qtdesigner" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="designer" />
<option name="PARAMETERS" value="$FileName$" />
<option name="WORKING_DIRECTORY" value="$FileDir$" />
</exec>
</tool>
<tool name="PyUIC" description="PyUIC" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="bash" />
<option name="PARAMETERS" value="$USER_HOME$/shell/MyPyUIC.sh $FileName$ $FileNameWithoutExtension$.py" />
<option name="WORKING_DIRECTORY" value="$FileDir$" />
</exec>
</tool>
<tool name="PyRcc" description="PyRcc" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="python3 -m PyQt5.uic.pyrcc" />
<option name="PARAMETERS" value="$FileName$ -o $FileNameWithoutExtension$_rc.py" />
<option name="WORKING_DIRECTORY" value="$FileDir$" />
</exec>
</tool>
<tool name="RunLua" description="RunLua" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="lua" />
<option name="PARAMETERS" value="$FileName$" />
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
</exec>
</tool>
</toolSet>