diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2013-05-22 22:20:43 +0300 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2013-05-23 11:16:13 +0200 |
commit | 9617005e1dd129849f84780b55cd8900b00419cc (patch) | |
tree | 5ad8d21d04277271fe61116e5b076415a3830692 /src/plugins/pythoneditor/pythoneditor.pro | |
parent | 3e25f61e74f9f6b09a8c978ee475278e24f57e72 (diff) | |
download | qt-creator-9617005e1dd129849f84780b55cd8900b00419cc.tar.gz |
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>
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditor.pro')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditor.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/pythoneditor.pro b/src/plugins/pythoneditor/pythoneditor.pro index c9434f1e1c..9d33f9f8a2 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 |