diff options
author | Denis Shienkov <denis.shienkov@gmail.com> | 2021-07-27 16:43:20 +0300 |
---|---|---|
committer | Denis Shienkov <denis.shienkov@gmail.com> | 2021-08-04 08:06:41 +0000 |
commit | 0aaefe74eef7444d093fa6b54b29bb1630777360 (patch) | |
tree | 8982493e9b7e84ef1185a77ef9e51fd1ed5fe2f9 /src/shared | |
parent | 57bc6d8d9613f257b899fe8b94660142d4f91c07 (diff) | |
download | qbs-0aaefe74eef7444d093fa6b54b29bb1630777360.tar.gz |
Remove `import qbs` from all project files
... because we don't need in this inclusion at all.
But for some cases it is impossible to remove that inclusions
(and even to move on next lines) because then the some tests
are failed by unknown reason. For those tests were added the
following comments on the inclusion lines:
`// FIXME: Don't remove this import because then the test fails!`
Change-Id: I9153fd0e38b94af08168e499ee46a23889ee4d73
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/bundledqt/bundledqt.qbs | 1 | ||||
-rw-r--r-- | src/shared/json/json.qbs | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/bundledqt/bundledqt.qbs b/src/shared/bundledqt/bundledqt.qbs index c6f3ebbf8..e0f79df59 100644 --- a/src/shared/bundledqt/bundledqt.qbs +++ b/src/shared/bundledqt/bundledqt.qbs @@ -1,4 +1,3 @@ -import qbs import qbs.File import qbs.FileInfo import qbs.Utilities diff --git a/src/shared/json/json.qbs b/src/shared/json/json.qbs index e58c30caf..f5b2517a6 100644 --- a/src/shared/json/json.qbs +++ b/src/shared/json/json.qbs @@ -1,5 +1,3 @@ -import qbs - QbsStaticLibrary { name: "qbsjson" files: [ |