diff options
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditor.pro')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditor.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/pythoneditor.pro b/src/plugins/pythoneditor/pythoneditor.pro index 9d33f9f8a2..614f770883 100644 --- a/src/plugins/pythoneditor/pythoneditor.pro +++ b/src/plugins/pythoneditor/pythoneditor.pro @@ -3,7 +3,7 @@ include(../../qtcreatorplugin.pri) DEFINES += \ PYTHONEDITOR_LIBRARY -OTHER_FILES += PythonEditor.pluginspec.in \ +OTHER_FILES += \ pythoneditor.mimetypes.xml RESOURCES += \ |