diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2013-05-28 20:22:01 +0300 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2013-05-29 11:20:19 +0200 |
commit | df5fb89800f80eabdcdbc9e86ae2cd578802bb5f (patch) | |
tree | 0f1afd28742954666591efcdc36f5f699aa6f445 /src/plugins/pythoneditor/pythoneditor.pro | |
parent | 8390a321319f1fdf8c92ae40408ee6db02b75908 (diff) | |
download | qt-creator-df5fb89800f80eabdcdbc9e86ae2cd578802bb5f.tar.gz |
PythonEditor: Remove pluginspec.in
Missed in 9617005e1dd129849f84780b55cd8900b00419cc
Change-Id: Ibd8eba395e138a448d7316aa64b70ff89ae60900
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
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 += \ |