Check if msvc will work without stable.cpp.

This commit is contained in:
Roman Telezhynskyi 2023-02-26 20:21:07 +02:00
parent 0c24aeaaed
commit 7debd364ce

View file

@ -93,8 +93,8 @@ CppApplication {
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"]