From 9617005e1dd129849f84780b55cd8900b00419cc Mon Sep 17 00:00:00 2001
From: Orgad Shaneh <orgad.shaneh@audiocodes.com>
Date: Wed, 22 May 2013 22:20:43 +0300
Subject: [PATCH] Cleanup PythonEditor and Todo project files

pluginspec.in and dependencies.pri are included by qtcreatorplugin.pri

Change-Id: I05a0ffba320e470216f2272ad39390d04b7f54e2
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
---
 src/plugins/pythoneditor/pythoneditor.pro | 1 -
 src/plugins/todo/todo.pro                 | 2 --
 2 files changed, 3 deletions(-)

diff --git a/src/plugins/pythoneditor/pythoneditor.pro b/src/plugins/pythoneditor/pythoneditor.pro
index c9434f1e1cd..9d33f9f8a22 100644
--- a/src/plugins/pythoneditor/pythoneditor.pro
+++ b/src/plugins/pythoneditor/pythoneditor.pro
@@ -1,5 +1,4 @@
 include(../../qtcreatorplugin.pri)
-include(pythoneditor_dependencies.pri)
 
 DEFINES += \
     PYTHONEDITOR_LIBRARY
diff --git a/src/plugins/todo/todo.pro b/src/plugins/todo/todo.pro
index aa2a436fc11..eb5e38916a8 100644
--- a/src/plugins/todo/todo.pro
+++ b/src/plugins/todo/todo.pro
@@ -30,8 +30,6 @@ SOURCES += todoplugin.cpp \
     qmljstodoitemsscanner.cpp \
     lineparser.cpp \
     todooutputtreeview.cpp
-OTHER_FILES += \
-    Todo.pluginspec.in
 
 RESOURCES += \
     todoplugin.qrc
-- 
GitLab