LanguageClient: Fix qbs mingw build

Change-Id: Idb7102597a9a7cdf8a8cd5cd1ce249770e559c16
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2023-10-19 15:27:04 +02:00
parent 105fd8becb
commit ada1a7b1c0

View File

@@ -67,5 +67,10 @@ QtcPlugin {
"snippet.h", "snippet.h",
] ]
Properties {
condition: qbs.toolchain.contains("mingw")
cpp.cxxFlags: "-Wa,-mbig-obj"
}
Export { Depends { name: "LanguageServerProtocol" } } Export { Depends { name: "LanguageServerProtocol" } }
} }