Check if msvc will work without stable.cpp.
This commit is contained in:
parent
e0692bdc76
commit
fbf90fc109
|
@ -38,8 +38,8 @@ Library {
|
|||
prefix: product.sourceDirectory + "/"
|
||||
files: {
|
||||
var files = ["stable.h"];
|
||||
if (qbs.toolchain.contains("msvc"))
|
||||
files.push("stable.cpp")
|
||||
// if (qbs.toolchain.contains("msvc"))
|
||||
// files.push("stable.cpp")
|
||||
return files;
|
||||
}
|
||||
fileTags: ["cpp_pch_src"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user