forked from qt-creator/qt-creator
System header paths for msvc.
This commit is contained in:
@@ -364,14 +364,12 @@ QList<HeaderPath> WinCEToolChain::systemHeaderPaths()
|
|||||||
|
|
||||||
QList<HeaderPath> headerPaths;
|
QList<HeaderPath> headerPaths;
|
||||||
|
|
||||||
#ifdef QTCREATOR_WITH_MSVC_INCLUDES
|
|
||||||
const QStringList includes = env.value("INCLUDE").split(QLatin1Char(';'));
|
const QStringList includes = env.value("INCLUDE").split(QLatin1Char(';'));
|
||||||
|
|
||||||
foreach (const QString &path, includes) {
|
foreach (const QString &path, includes) {
|
||||||
const HeaderPath headerPath(path, HeaderPath::GlobalHeaderPath);
|
const HeaderPath headerPath(path, HeaderPath::GlobalHeaderPath);
|
||||||
headerPaths.append(headerPath);
|
headerPaths.append(headerPath);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
return headerPaths;
|
return headerPaths;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user