aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/qbs/modules/cpp/GenericGCC.qbs6
1 files changed, 0 insertions, 6 deletions
diff --git a/share/qbs/modules/cpp/GenericGCC.qbs b/share/qbs/modules/cpp/GenericGCC.qbs
index 35a9c58c1..edf1a3fbe 100644
--- a/share/qbs/modules/cpp/GenericGCC.qbs
+++ b/share/qbs/modules/cpp/GenericGCC.qbs
@@ -43,12 +43,6 @@ import 'gcc.js' as Gcc
CppModule {
condition: false
- cxxStandardLibrary: {
- if (cxxLanguageVersion && qbs.toolchain.contains("clang")) {
- return cxxLanguageVersion !== "c++98" ? "libc++" : "libstdc++";
- }
- }
-
Probes.GccProbe {
id: gccProbe
compilerFilePath: compilerPath