diff options
author | Christian Kandeler <christian.kandeler@digia.com> | 2014-11-10 15:29:34 +0100 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@digia.com> | 2014-11-10 15:45:14 +0100 |
commit | 9d677e33021d296036f259e1abd789c4c85c7fd9 (patch) | |
tree | c839235f7c301d9e29aa75eea80e0e5e4cff40fe /src/plugins/cvs | |
parent | 5b00bf9a6c5ef347966c1009340b1dd5b968334e (diff) | |
download | qt-creator-9d677e33021d296036f259e1abd789c4c85c7fd9.tar.gz |
qbs build: Remove unneeded import statements.
The respective items are available without it.
Change-Id: Idc840cf08e7bec84f561c096afe8de25b1fb8468
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/cvs')
-rw-r--r-- | src/plugins/cvs/cvs.qbs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cvs/cvs.qbs b/src/plugins/cvs/cvs.qbs index 8d4dfc564d..e07f71f55a 100644 --- a/src/plugins/cvs/cvs.qbs +++ b/src/plugins/cvs/cvs.qbs @@ -1,7 +1,5 @@ import qbs 1.0 -import QtcPlugin - QtcPlugin { name: "CVS" |