aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/export-with-recursive-depends/modules
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/export-with-recursive-depends/modules')
-rw-r--r--tests/auto/api/testdata/export-with-recursive-depends/modules/module1/module1.qbs2
-rw-r--r--tests/auto/api/testdata/export-with-recursive-depends/modules/module2/module2.qbs2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/api/testdata/export-with-recursive-depends/modules/module1/module1.qbs b/tests/auto/api/testdata/export-with-recursive-depends/modules/module1/module1.qbs
index c1c4ad358..c7aadde69 100644
--- a/tests/auto/api/testdata/export-with-recursive-depends/modules/module1/module1.qbs
+++ b/tests/auto/api/testdata/export-with-recursive-depends/modules/module1/module1.qbs
@@ -1,5 +1,3 @@
-import qbs
-
Module {
Depends { name: "module2" }
}
diff --git a/tests/auto/api/testdata/export-with-recursive-depends/modules/module2/module2.qbs b/tests/auto/api/testdata/export-with-recursive-depends/modules/module2/module2.qbs
index 75a274631..2b5f6014e 100644
--- a/tests/auto/api/testdata/export-with-recursive-depends/modules/module2/module2.qbs
+++ b/tests/auto/api/testdata/export-with-recursive-depends/modules/module2/module2.qbs
@@ -1,5 +1,3 @@
-import qbs
-
Module {
Depends { name: "cpp" }
cpp.defines: ["HAS_FOO"]