forked from qt-creator/qt-creator
qbs build: Turn off warnings for vterm library
As in the cmake build. Change-Id: I2cbc5d3fcae89053f310675dc0ea55c52f72f646 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
1
src/libs/3rdparty/libvterm/vterm.qbs
vendored
1
src/libs/3rdparty/libvterm/vterm.qbs
vendored
@@ -5,6 +5,7 @@ Project {
|
|||||||
|
|
||||||
Depends { name: "cpp" }
|
Depends { name: "cpp" }
|
||||||
cpp.includePaths: base.concat("include")
|
cpp.includePaths: base.concat("include")
|
||||||
|
cpp.warningLevel: "none"
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
prefix: "src/"
|
prefix: "src/"
|
||||||
|
Reference in New Issue
Block a user