forked from qt-creator/qt-creator
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:
@@ -76,6 +76,7 @@ public:
|
||||
QStringList sourceFiles;
|
||||
QStringList includePaths;
|
||||
QStringList frameworkPaths;
|
||||
QStringList precompiledHeaders;
|
||||
};
|
||||
|
||||
class WorkingCopy
|
||||
|
Reference in New Issue
Block a user