diff -r 0a65b0f02567 -r bf1a17419d44 PluginMqttMonitor.e4p --- a/PluginMqttMonitor.e4p Sun Aug 26 15:16:33 2018 +0200 +++ b/PluginMqttMonitor.e4p Sun Aug 26 17:27:45 2018 +0200 @@ -16,11 +16,19 @@ <TranslationPattern>MqttMonitor/i18n/tmqttmonitor_%language%.ts</TranslationPattern> <Eol index="1"/> <Sources> + <Source>MqttMonitor/MqttMonitorWidget.py</Source> + <Source>MqttMonitor/__init__.py</Source> <Source>PluginMqttMonitor.py</Source> <Source>__init__.py</Source> </Sources> + <Forms> + <Form>MqttMonitor/MqttMonitorWidget.ui</Form> + </Forms> <Others> <Other>.hgignore</Other> + <Other>MqttMonitor/icons/mqtt22.png</Other> + <Other>MqttMonitor/icons/mqtt48.png</Other> + <Other>PluginMqttMonitor.e4p</Other> </Others> <MainScript>PluginMqttMonitor.py</MainScript> <Vcs> @@ -145,6 +153,7 @@ <FiletypeAssociation pattern="Makefile" type="OTHERS"/> <FiletypeAssociation pattern="README" type="OTHERS"/> <FiletypeAssociation pattern="README.*" type="OTHERS"/> + <FiletypeAssociation pattern="Ui_*.py" type="__IGNORE__"/> <FiletypeAssociation pattern="makefile" type="OTHERS"/> </FiletypeAssociations> </Project>