aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/lsp/modules/Prefix/m1/m1.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/lsp/modules/Prefix/m1/m1.qbs')
-rw-r--r--tests/auto/blackbox/testdata/lsp/modules/Prefix/m1/m1.qbs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/lsp/modules/Prefix/m1/m1.qbs b/tests/auto/blackbox/testdata/lsp/modules/Prefix/m1/m1.qbs
index 84957060c..09bac2dc2 100644
--- a/tests/auto/blackbox/testdata/lsp/modules/Prefix/m1/m1.qbs
+++ b/tests/auto/blackbox/testdata/lsp/modules/Prefix/m1/m1.qbs
@@ -1,2 +1,5 @@
Module {
+ property bool p1
+ property string p2
+ property bool x
}