aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/probes-and-shadow-products/probes-and-shadow-products.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/probes-and-shadow-products/probes-and-shadow-products.qbs')
-rw-r--r--tests/auto/blackbox/testdata/probes-and-shadow-products/probes-and-shadow-products.qbs13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/probes-and-shadow-products/probes-and-shadow-products.qbs b/tests/auto/blackbox/testdata/probes-and-shadow-products/probes-and-shadow-products.qbs
new file mode 100644
index 000000000..660c088a0
--- /dev/null
+++ b/tests/auto/blackbox/testdata/probes-and-shadow-products/probes-and-shadow-products.qbs
@@ -0,0 +1,13 @@
+import qbs
+
+Product {
+ name: "p"
+ multiplexByQbsProperties: "buildVariants"
+ qbs.buildVariants: ["debug", "release"]
+ Export {
+ Probe {
+ id: dummy
+ configure: { found = true; }
+ }
+ }
+}