forked from qt-creator/qt-creator
ProjectExplorer: Proliferate FilePath a bit
Change-Id: Ia671a1de17b9e58764375c5f64cc47b053b0725a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -569,8 +569,8 @@ void GenericBuildSystem::refreshCppCodeModel()
|
||||
rpp.setQtVersion(kitInfo.projectPartQtVersion);
|
||||
rpp.setHeaderPaths(m_projectIncludePaths);
|
||||
rpp.setConfigFileName(m_configFileName);
|
||||
rpp.setFlagsForCxx({nullptr, m_cxxflags, projectDirectory().toString()});
|
||||
rpp.setFlagsForC({nullptr, m_cflags, projectDirectory().toString()});
|
||||
rpp.setFlagsForCxx({nullptr, m_cxxflags, projectDirectory()});
|
||||
rpp.setFlagsForC({nullptr, m_cflags, projectDirectory()});
|
||||
|
||||
static const auto sourceFilesToStringList = [](const SourceFiles &sourceFiles) {
|
||||
return Utils::transform(sourceFiles, [](const SourceFile &f) {
|
||||
|
||||
Reference in New Issue
Block a user