Fixes: compilation fix

This commit is contained in:
hjk
2009-02-11 15:27:39 +01:00
parent c5f3344583
commit b8e51e2857

View File

@@ -304,7 +304,7 @@ QList<HeaderPath> WinCEToolChain::systemHeaderPaths()
#ifdef QTCREATOR_WITH_MSVC_INCLUDES
return env.value("INCLUDE").split(QLatin1Char(';'));
#endif
return QStringList();
return QList<HeaderPath>();
}
void WinCEToolChain::addToEnvironment(ProjectExplorer::Environment &env)