Fix build for QBS 1.10

This commit is contained in:
Pavel Karelin 2017-12-13 21:45:51 +03:00
parent f18075166d
commit adeb30c436

View File

@ -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"]
}
}