aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/probe-in-exported-module/dependency.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/probe-in-exported-module/dependency.qbs')
-rw-r--r--tests/auto/blackbox/testdata/probe-in-exported-module/dependency.qbs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/probe-in-exported-module/dependency.qbs b/tests/auto/blackbox/testdata/probe-in-exported-module/dependency.qbs
new file mode 100644
index 000000000..1413777dc
--- /dev/null
+++ b/tests/auto/blackbox/testdata/probe-in-exported-module/dependency.qbs
@@ -0,0 +1,8 @@
+import qbs
+
+Product {
+ name: "dependency"
+ Export {
+ Depends { name: "mymodule" }
+ }
+}