aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/dot-dot-pc-file/dot-dot-pc-file.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2022-10-28 10:21:55 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2022-10-28 10:21:55 +0200
commit321062faba4042d48d5009eb0241eaf565326823 (patch)
tree67344e85569cd574f8ab6e075603c8da0737fdc7 /tests/auto/blackbox/testdata/dot-dot-pc-file/dot-dot-pc-file.qbs
parent40351a8ad2a7fff716853379ed24198e9d52299c (diff)
parent8cfaf76b174a47827eb32255cd1fd1d836a3dd65 (diff)
Merge 1.24 into master
Diffstat (limited to 'tests/auto/blackbox/testdata/dot-dot-pc-file/dot-dot-pc-file.qbs')
-rw-r--r--tests/auto/blackbox/testdata/dot-dot-pc-file/dot-dot-pc-file.qbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/dot-dot-pc-file/dot-dot-pc-file.qbs b/tests/auto/blackbox/testdata/dot-dot-pc-file/dot-dot-pc-file.qbs
new file mode 100644
index 000000000..60c4ea2bc
--- /dev/null
+++ b/tests/auto/blackbox/testdata/dot-dot-pc-file/dot-dot-pc-file.qbs
@@ -0,0 +1,7 @@
+CppApplication {
+ name: "p"
+ Depends { name: "qbs-metatest-module"; }
+ files: "main.cpp"
+ moduleProviders.qbspkgconfig.libDirs: "libdir"
+ qbsModuleProviders: "qbspkgconfig"
+}