aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/testdata/subdir/pathproperties_base.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/language/testdata/subdir/pathproperties_base.qbs')
-rw-r--r--src/lib/corelib/language/testdata/subdir/pathproperties_base.qbs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/corelib/language/testdata/subdir/pathproperties_base.qbs b/src/lib/corelib/language/testdata/subdir/pathproperties_base.qbs
new file mode 100644
index 000000000..62427169f
--- /dev/null
+++ b/src/lib/corelib/language/testdata/subdir/pathproperties_base.qbs
@@ -0,0 +1,4 @@
+Product {
+ property path base_fileInProductDir: "foo"
+ property path base_fileInBaseProductDir: path + "/bar"
+}