From 6fac39c0b51b258ecab828a709d658389602b25c Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Sun, 23 Oct 2022 17:41:34 +0300 Subject: Fix handling multiple dots in qbspkgconfig provider Change-Id: I91be4d90abb34f2007cebe4404204a9536d950c4 Fixes: QBS-1708 Reviewed-by: Christian Kandeler --- tests/auto/blackbox/testdata/dot-dot-pc-file/dot-dot-pc-file.qbs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/auto/blackbox/testdata/dot-dot-pc-file/dot-dot-pc-file.qbs (limited to 'tests/auto/blackbox/testdata/dot-dot-pc-file/dot-dot-pc-file.qbs') 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" +} -- cgit v1.2.3