aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/scan-result-in-other-product/p.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/scan-result-in-other-product/p.qbs')
-rw-r--r--tests/auto/blackbox/testdata/scan-result-in-other-product/p.qbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/scan-result-in-other-product/p.qbs b/tests/auto/blackbox/testdata/scan-result-in-other-product/p.qbs
new file mode 100644
index 000000000..fedf84989
--- /dev/null
+++ b/tests/auto/blackbox/testdata/scan-result-in-other-product/p.qbs
@@ -0,0 +1,7 @@
+Project {
+ references: [
+ "app/app.qbs",
+ "lib/lib.qbs",
+ "other/other.qbs",
+ ]
+}