Add the precompiled headers to the project info

QMake passes those headers directly to gcc, so the user doesn't need to
include themselves.
This commit is contained in:
dt
2010-01-12 13:13:22 +01:00
parent 8b3350286e
commit 60c8686ed8
5 changed files with 22 additions and 5 deletions

View File

@@ -97,7 +97,8 @@ enum Qt4Variable {
IncludePathVar,
UiDirVar,
MocDirVar,
PkgConfigVar
PkgConfigVar,
PrecompiledHeaderVar
};
class Qt4PriFileNode;