Skip to content
Snippets Groups Projects
Commit f15d177f authored by hjk's avatar hjk
Browse files

PythonEditor: Add a run configuration


Allows selection of the interpreter and commandline parameters.

Also add support for ".pyqtc" as a project file, containing
a flat list of .py files, similar to the Generic Project.

Change-Id: If75a0affd735223a658ce7fce0d010ebf49695f2
Reviewed-by: default avatarhjk <hjk@theqtcompany.com>
Reviewed-by: default avatarNikita Baryshnikov <nib952051@gmail.com>
Reviewed-by: default avatarChristian Stenger <christian.stenger@theqtcompany.com>
parent 6b444140
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,9 @@
<comment>Python source file without console</comment>
<glob pattern="*.pyw"/>
</mime-type>
<mime-type type="text/x-python-project">
<sub-class-of type="text/x-python"/>
<comment>Qt Creator Python project file</comment>
<glob pattern="*.pyqtc"/>
</mime-type>
</mime-info>
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment