aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/deprecated-property/modules/themodule/m.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/deprecated-property/modules/themodule/m.qbs')
-rw-r--r--tests/auto/blackbox/testdata/deprecated-property/modules/themodule/m.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/deprecated-property/modules/themodule/m.qbs b/tests/auto/blackbox/testdata/deprecated-property/modules/themodule/m.qbs
index f7296da93..47f1ea664 100644
--- a/tests/auto/blackbox/testdata/deprecated-property/modules/themodule/m.qbs
+++ b/tests/auto/blackbox/testdata/deprecated-property/modules/themodule/m.qbs
@@ -3,6 +3,7 @@ import qbs
Module {
property bool newProp
property bool oldProp
+ property bool veryOldProp
PropertyOptions {
name: "newProp"