From 0aaefe74eef7444d093fa6b54b29bb1630777360 Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Tue, 27 Jul 2021 16:43:20 +0300 Subject: 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 --- share/qbs/modules/codesign/android.qbs | 1 - 1 file changed, 1 deletion(-) (limited to 'share/qbs/modules/codesign/android.qbs') diff --git a/share/qbs/modules/codesign/android.qbs b/share/qbs/modules/codesign/android.qbs index be96d42de..f4535aa9c 100644 --- a/share/qbs/modules/codesign/android.qbs +++ b/share/qbs/modules/codesign/android.qbs @@ -28,7 +28,6 @@ ** ****************************************************************************/ -import qbs import qbs.Environment import qbs.File import qbs.FileInfo -- cgit v1.2.3