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:
@@ -97,7 +97,8 @@ enum Qt4Variable {
|
||||
IncludePathVar,
|
||||
UiDirVar,
|
||||
MocDirVar,
|
||||
PkgConfigVar
|
||||
PkgConfigVar,
|
||||
PrecompiledHeaderVar
|
||||
};
|
||||
|
||||
class Qt4PriFileNode;
|
||||
|
||||
Reference in New Issue
Block a user