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

@@ -76,6 +76,7 @@ public:
QStringList sourceFiles;
QStringList includePaths;
QStringList frameworkPaths;
QStringList precompiledHeaders;
};
class WorkingCopy