mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 07:05:13 +00:00
Removed #include "stdafx.h" from all files.
Currently the build without implicitly included precompiled header is not supported anyway (because Qt MOC source files do not include stdafx.h, they include plain headers). So when we decide to support building without implicitly included precompiled headers we'll have to fix all the headers anyway.
This commit is contained in:
@@ -67,9 +67,6 @@ CppFile::CppFile(const QString &path, const ProjectInfo &project)
|
||||
|
||||
writeLicense(stream_, project);
|
||||
if (cpp) {
|
||||
if (!project.precompiledHeader.isEmpty()) {
|
||||
include(project.precompiledHeader);
|
||||
}
|
||||
include(info.baseName() + ".h").newline();
|
||||
} else {
|
||||
stream() << "#pragma once";
|
||||
|
Reference in New Issue
Block a user