PluginPyInstaller.e4p

changeset 3
eb2d30b4d34e
parent 1
f7788bc8c08d
child 4
52f0572b5908
diff -r 5109c484bc49 -r eb2d30b4d34e PluginPyInstaller.e4p
--- a/PluginPyInstaller.e4p	Tue Jan 16 15:36:57 2018 +0100
+++ b/PluginPyInstaller.e4p	Wed Jan 17 16:25:59 2018 +0100
@@ -15,9 +15,15 @@
   <Eol index="1"/>
   <Sources>
     <Source>PluginPyInstaller.py</Source>
+    <Source>PyInstaller/PyInstallerCleanupDialog.py</Source>
+    <Source>PyInstaller/PyInstallerConfigDialog.py</Source>
     <Source>PyInstaller/__init__.py</Source>
     <Source>__init__.py</Source>
   </Sources>
+  <Forms>
+    <Form>PyInstaller/PyInstallerCleanupDialog.ui</Form>
+    <Form>PyInstaller/PyInstallerConfigDialog.ui</Form>
+  </Forms>
   <Others>
     <Other>.hgignore</Other>
     <Other>ChangeLog</Other>
@@ -145,5 +151,6 @@
     <FiletypeAssociation pattern="*.ui" type="FORMS"/>
     <FiletypeAssociation pattern="README" type="OTHERS"/>
     <FiletypeAssociation pattern="README.*" type="OTHERS"/>
+    <FiletypeAssociation pattern="Ui_*.py" type="__IGNORE__"/>
   </FiletypeAssociations>
 </Project>

eric ide

mercurial