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