aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/buildgraph-locking/project.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/buildgraph-locking/project.qbs')
-rw-r--r--tests/auto/api/testdata/buildgraph-locking/project.qbs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/api/testdata/buildgraph-locking/project.qbs b/tests/auto/api/testdata/buildgraph-locking/project.qbs
new file mode 100644
index 000000000..e08b008bc
--- /dev/null
+++ b/tests/auto/api/testdata/buildgraph-locking/project.qbs
@@ -0,0 +1,4 @@
+import qbs
+
+Project {
+}