Fix build for QBS 1.10
This commit is contained in:
parent
f18075166d
commit
adeb30c436
7
yaml.qbs
7
yaml.qbs
@ -20,9 +20,8 @@ Product {
|
||||
"-Wextra",
|
||||
"-Wno-unused-parameter",
|
||||
]
|
||||
cpp.systemIncludePaths: [
|
||||
"include",
|
||||
]
|
||||
cpp.includePaths: ["include"]
|
||||
|
||||
files: [
|
||||
"include/yaml-cpp/*.h",
|
||||
"include/yaml-cpp/contrib/*.h",
|
||||
@ -33,6 +32,6 @@ Product {
|
||||
]
|
||||
Export {
|
||||
Depends { name: "cpp" }
|
||||
cpp.systemIncludePaths: product.cpp.systemIncludePaths
|
||||
cpp.systemIncludePaths: ["include"]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user