From df5fb89800f80eabdcdbc9e86ae2cd578802bb5f Mon Sep 17 00:00:00 2001 From: Orgad Shaneh <orgad.shaneh@audiocodes.com> Date: Tue, 28 May 2013 20:22:01 +0300 Subject: [PATCH] PythonEditor: Remove pluginspec.in Missed in 9617005e1dd129849f84780b55cd8900b00419cc Change-Id: Ibd8eba395e138a448d7316aa64b70ff89ae60900 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> --- src/plugins/pythoneditor/pythoneditor.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/pythoneditor/pythoneditor.pro b/src/plugins/pythoneditor/pythoneditor.pro index 9d33f9f8a22..614f7708830 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 += \ -- GitLab