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