summaryrefslogtreecommitdiff
path: root/tests/auto/api/testdata/two-default-property-values
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2018-06-22 10:05:12 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2018-06-22 10:07:27 +0000
commit8cd4d92b2e2757225f06e76999afb57acc63629a (patch)
tree1ce2473a3c4e2588e6b5167cd2f3a7947624bc2b /tests/auto/api/testdata/two-default-property-values
parente3ef6758205349a5be04e2d7b13507c617ec32fe (diff)
downloadqbs-8cd4d92b2e2757225f06e76999afb57acc63629a.tar.gz
Remove the base module import from most test data projects
Keep the base import in blackbox/testdata/deprecated-property to ensure we don't accidentally break it. Change-Id: I790da21a7490ec9c1b0335f45e8707e7e04daa7c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests/auto/api/testdata/two-default-property-values')
-rw-r--r--tests/auto/api/testdata/two-default-property-values/modules/mymodule/mymodule.qbs1
-rw-r--r--tests/auto/api/testdata/two-default-property-values/modules/myothermodule/myothermodule.qbs2
-rw-r--r--tests/auto/api/testdata/two-default-property-values/two-default-property-values.qbs2
3 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/api/testdata/two-default-property-values/modules/mymodule/mymodule.qbs b/tests/auto/api/testdata/two-default-property-values/modules/mymodule/mymodule.qbs
index 52e99e24d..8ac7b75a3 100644
--- a/tests/auto/api/testdata/two-default-property-values/modules/mymodule/mymodule.qbs
+++ b/tests/auto/api/testdata/two-default-property-values/modules/mymodule/mymodule.qbs
@@ -1,4 +1,3 @@
-import qbs
import qbs.TextFile
Module {
diff --git a/tests/auto/api/testdata/two-default-property-values/modules/myothermodule/myothermodule.qbs b/tests/auto/api/testdata/two-default-property-values/modules/myothermodule/myothermodule.qbs
index e0ec699df..12df4434b 100644
--- a/tests/auto/api/testdata/two-default-property-values/modules/myothermodule/myothermodule.qbs
+++ b/tests/auto/api/testdata/two-default-property-values/modules/myothermodule/myothermodule.qbs
@@ -1,5 +1,3 @@
-import qbs
-
Module {
Depends { name: "mymodule" }
}
diff --git a/tests/auto/api/testdata/two-default-property-values/two-default-property-values.qbs b/tests/auto/api/testdata/two-default-property-values/two-default-property-values.qbs
index c0bc720f7..5e3e0f5a7 100644
--- a/tests/auto/api/testdata/two-default-property-values/two-default-property-values.qbs
+++ b/tests/auto/api/testdata/two-default-property-values/two-default-property-values.qbs
@@ -1,5 +1,3 @@
-import qbs
-
Product {
name: "two-default-property-values"
type: "mymodule"