diff options
author | Christian Kandeler <christian.kandeler@digia.com> | 2013-05-27 10:06:36 +0200 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@digia.com> | 2013-05-27 17:59:12 +0200 |
commit | 24e81241a5a09c3522b2d6768112de4f1448bc53 (patch) | |
tree | 8c626970fa067fe501eaef2f7a457599795aa964 /src/plugins/cppeditor/cppeditor.qbs | |
parent | 97952cfde2ff887715661270c85ac9e561391995 (diff) | |
download | qt-creator-24e81241a5a09c3522b2d6768112de4f1448bc53.tar.gz |
Remove duplicate module dependencies from qbs files.
These cause a warning now.
Change-Id: I4c4e9c3e11e7f97e66a4bcdd708489fafc8f0606
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/plugins/cppeditor/cppeditor.qbs')
-rw-r--r-- | src/plugins/cppeditor/cppeditor.qbs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppeditor.qbs b/src/plugins/cppeditor/cppeditor.qbs index 2483877414..e17d4ec8db 100644 --- a/src/plugins/cppeditor/cppeditor.qbs +++ b/src/plugins/cppeditor/cppeditor.qbs @@ -13,7 +13,6 @@ QtcPlugin { Depends { name: "CPlusPlus" } Depends { name: "TextEditor" } Depends { name: "ProjectExplorer" } - Depends { name: "cpp" } cpp.includePaths: base.concat("../../libs/3rdparty") |