aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/dependencyFinder/order_basic1.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/dependencyFinder/order_basic1.qbs')
-rw-r--r--tests/auto/dependencyFinder/order_basic1.qbs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/dependencyFinder/order_basic1.qbs b/tests/auto/dependencyFinder/order_basic1.qbs
new file mode 100644
index 000000000..5a8529b80
--- /dev/null
+++ b/tests/auto/dependencyFinder/order_basic1.qbs
@@ -0,0 +1,4 @@
+Project {
+ foo: bar
+ bar: 2
+}