diff options
author | dt <qtc-committer@nokia.com> | 2010-01-12 13:13:22 +0100 |
---|---|---|
committer | dt <qtc-committer@nokia.com> | 2010-01-12 13:19:15 +0100 |
commit | 60c8686ed8fe0d02ad57d82ef27f00fd62ddc49b (patch) | |
tree | 14cad985da09ed3e3d8e77d703cfee2daa1d0db7 /src/plugins/cpptools/cppmodelmanagerinterface.h | |
parent | 8b3350286e3acd37da26019753b06e7fbe4fcd64 (diff) | |
download | qt-creator-60c8686ed8fe0d02ad57d82ef27f00fd62ddc49b.tar.gz |
Add the precompiled headers to the project info
QMake passes those headers directly to gcc, so the user doesn't need to
include themselves.
Diffstat (limited to 'src/plugins/cpptools/cppmodelmanagerinterface.h')
-rw-r--r-- | src/plugins/cpptools/cppmodelmanagerinterface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cppmodelmanagerinterface.h b/src/plugins/cpptools/cppmodelmanagerinterface.h index 9b9e3dd3cd..18b991e941 100644 --- a/src/plugins/cpptools/cppmodelmanagerinterface.h +++ b/src/plugins/cpptools/cppmodelmanagerinterface.h @@ -76,6 +76,7 @@ public: QStringList sourceFiles; QStringList includePaths; QStringList frameworkPaths; + QStringList precompiledHeaders; }; class WorkingCopy |