aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/groups-in-modules
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2016-11-22 12:18:37 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2016-12-23 16:12:00 +0000
commit25a2db72b042c69bd01c0d7c30ff22b29efd3d72 (patch)
tree07298dc9d79a2118c8bd81ef190d718ace996752 /tests/auto/blackbox/testdata/groups-in-modules
parentbc1df6da9aee91a9de611d5b7fda92e9dd491031 (diff)
Change the default base directory for entries of the "files" list
It used to be the product source directory, but that is unintuitive and usually not what the user wants when groups are pulled in from other files such as modules. Also add documentation for this, which was missing altogether. [ChangeLog] The base directory for source files changed from the product source directory to the parent directory of the file where the files are listed. Task-number: QBS-849 Change-Id: Ia424eab52adba8b3aed1e482a0e081fa35fb6429 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/blackbox/testdata/groups-in-modules')
-rw-r--r--tests/auto/blackbox/testdata/groups-in-modules/modules/helper/helper.qbs1
-rw-r--r--tests/auto/blackbox/testdata/groups-in-modules/modules/helper2/helper2.qbs1
-rw-r--r--tests/auto/blackbox/testdata/groups-in-modules/modules/helper3/helper3.qbs1
-rw-r--r--tests/auto/blackbox/testdata/groups-in-modules/modules/helper4/helper4.qbs1
-rw-r--r--tests/auto/blackbox/testdata/groups-in-modules/modules/helper5/helper5.qbs1
-rw-r--r--tests/auto/blackbox/testdata/groups-in-modules/modules/helper6/helper6.qbs1
6 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/blackbox/testdata/groups-in-modules/modules/helper/helper.qbs b/tests/auto/blackbox/testdata/groups-in-modules/modules/helper/helper.qbs
index cd064d76e..3154986a6 100644
--- a/tests/auto/blackbox/testdata/groups-in-modules/modules/helper/helper.qbs
+++ b/tests/auto/blackbox/testdata/groups-in-modules/modules/helper/helper.qbs
@@ -9,7 +9,6 @@ Module {
Group {
name: "Helper Sources"
- prefix: path + "/"
files: ["diamondc.c"]
}
diff --git a/tests/auto/blackbox/testdata/groups-in-modules/modules/helper2/helper2.qbs b/tests/auto/blackbox/testdata/groups-in-modules/modules/helper2/helper2.qbs
index d1de5a119..fbf15f6da 100644
--- a/tests/auto/blackbox/testdata/groups-in-modules/modules/helper2/helper2.qbs
+++ b/tests/auto/blackbox/testdata/groups-in-modules/modules/helper2/helper2.qbs
@@ -5,7 +5,6 @@ Module {
Group {
name: "Helper2 Sources"
- prefix: path + "/"
files: ["helper2.c"]
}
diff --git a/tests/auto/blackbox/testdata/groups-in-modules/modules/helper3/helper3.qbs b/tests/auto/blackbox/testdata/groups-in-modules/modules/helper3/helper3.qbs
index c92120091..00c619a38 100644
--- a/tests/auto/blackbox/testdata/groups-in-modules/modules/helper3/helper3.qbs
+++ b/tests/auto/blackbox/testdata/groups-in-modules/modules/helper3/helper3.qbs
@@ -5,7 +5,6 @@ Module {
Group {
name: "Helper3 Sources"
- prefix: path + "/"
files: ["helper3.c"]
}
diff --git a/tests/auto/blackbox/testdata/groups-in-modules/modules/helper4/helper4.qbs b/tests/auto/blackbox/testdata/groups-in-modules/modules/helper4/helper4.qbs
index 568ccb5fb..e2d668209 100644
--- a/tests/auto/blackbox/testdata/groups-in-modules/modules/helper4/helper4.qbs
+++ b/tests/auto/blackbox/testdata/groups-in-modules/modules/helper4/helper4.qbs
@@ -6,7 +6,6 @@ Module {
Group {
name: "Helper4 Sources"
- prefix: path + "/"
files: ["helper4.c"]
}
}
diff --git a/tests/auto/blackbox/testdata/groups-in-modules/modules/helper5/helper5.qbs b/tests/auto/blackbox/testdata/groups-in-modules/modules/helper5/helper5.qbs
index d74f98902..3e4e8923e 100644
--- a/tests/auto/blackbox/testdata/groups-in-modules/modules/helper5/helper5.qbs
+++ b/tests/auto/blackbox/testdata/groups-in-modules/modules/helper5/helper5.qbs
@@ -9,7 +9,6 @@ Module {
Group {
name: "Helper5 Sources"
- prefix: path + "/"
files: ["helper5.c"]
cpp.defines: ["COMPILE_FIX"]
}
diff --git a/tests/auto/blackbox/testdata/groups-in-modules/modules/helper6/helper6.qbs b/tests/auto/blackbox/testdata/groups-in-modules/modules/helper6/helper6.qbs
index 6c72ab793..736572570 100644
--- a/tests/auto/blackbox/testdata/groups-in-modules/modules/helper6/helper6.qbs
+++ b/tests/auto/blackbox/testdata/groups-in-modules/modules/helper6/helper6.qbs
@@ -5,7 +5,6 @@ Module {
Group {
name: "Helper6 Sources"
- prefix: path + "/"
files: ["helper6.c"]
}