aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/deprecated-property/deprecated-property.qbs
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2021-07-27 16:43:20 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2021-08-04 08:06:41 +0000
commit0aaefe74eef7444d093fa6b54b29bb1630777360 (patch)
tree8982493e9b7e84ef1185a77ef9e51fd1ed5fe2f9 /tests/auto/blackbox/testdata/deprecated-property/deprecated-property.qbs
parent57bc6d8d9613f257b899fe8b94660142d4f91c07 (diff)
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 'tests/auto/blackbox/testdata/deprecated-property/deprecated-property.qbs')
-rw-r--r--tests/auto/blackbox/testdata/deprecated-property/deprecated-property.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/deprecated-property/deprecated-property.qbs b/tests/auto/blackbox/testdata/deprecated-property/deprecated-property.qbs
index a8efb97b5..e3dacffea 100644
--- a/tests/auto/blackbox/testdata/deprecated-property/deprecated-property.qbs
+++ b/tests/auto/blackbox/testdata/deprecated-property/deprecated-property.qbs
@@ -1,4 +1,4 @@
-import qbs
+import qbs // FIXME: Don't remove this import because then the test fails!
Product {
Depends { name: "themodule" }