summaryrefslogtreecommitdiff
path: root/tests/auto/blackbox/testdata/response-files/response-files.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/response-files/response-files.qbs')
-rw-r--r--tests/auto/blackbox/testdata/response-files/response-files.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/response-files/response-files.qbs b/tests/auto/blackbox/testdata/response-files/response-files.qbs
index 9158a85fa..c18fcac43 100644
--- a/tests/auto/blackbox/testdata/response-files/response-files.qbs
+++ b/tests/auto/blackbox/testdata/response-files/response-files.qbs
@@ -47,7 +47,7 @@ Project {
type: ["dynamiclibrary"]
// clang-cl does not use response file internally, thus linker complains that command is
// too long. This can be worked around by calling the linker directly
- cpp.linkerMode: qbs.toolchain.contains("clang-cl") ? "manual" : original
+ cpp.linkerMode: qbs.toolchain.includes("clang-cl") ? "manual" : original
Depends { name: "cpp" }
Rule {
multiplex: true