aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cli/windows-dotnet.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/cli/windows-dotnet.qbs')
-rw-r--r--share/qbs/modules/cli/windows-dotnet.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/cli/windows-dotnet.qbs b/share/qbs/modules/cli/windows-dotnet.qbs
index 6fde50b85..a4d27c207 100644
--- a/share/qbs/modules/cli/windows-dotnet.qbs
+++ b/share/qbs/modules/cli/windows-dotnet.qbs
@@ -1,7 +1,7 @@
import qbs.Utilities
CLIModule {
- condition: qbs.toolchain && qbs.toolchain.contains("dotnet")
+ condition: qbs.toolchain && qbs.toolchain.includes("dotnet")
debugInfoSuffix: ".pdb"
csharpCompilerName: "csc"