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 /tests/auto/aggregation | |
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 'tests/auto/aggregation')
-rw-r--r-- | tests/auto/aggregation/aggregation.qbs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/aggregation/aggregation.qbs b/tests/auto/aggregation/aggregation.qbs index e8945b95cf..5ade0ce6c8 100644 --- a/tests/auto/aggregation/aggregation.qbs +++ b/tests/auto/aggregation/aggregation.qbs @@ -1,5 +1,4 @@ import qbs -import QtcAutotest QtcAutotest { name: "Aggregation autotest" |