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>