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",
|
"-Wextra",
|
||||||
"-Wno-unused-parameter",
|
"-Wno-unused-parameter",
|
||||||
]
|
]
|
||||||
cpp.systemIncludePaths: [
|
cpp.includePaths: ["include"]
|
||||||
"include",
|
|
||||||
]
|
|
||||||
files: [
|
files: [
|
||||||
"include/yaml-cpp/*.h",
|
"include/yaml-cpp/*.h",
|
||||||
"include/yaml-cpp/contrib/*.h",
|
"include/yaml-cpp/contrib/*.h",
|
||||||
@ -33,6 +32,6 @@ Product {
|
|||||||
]
|
]
|
||||||
Export {
|
Export {
|
||||||
Depends { name: "cpp" }
|
Depends { name: "cpp" }
|
||||||
cpp.systemIncludePaths: product.cpp.systemIncludePaths
|
cpp.systemIncludePaths: ["include"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user