forked from qt-creator/qt-creator
Qbs: Three more cases for Utils::to{Set,List}
Change-Id: I6a400b06ad26c8ee92f13c6bd8b6b0c9e317f897 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -1076,7 +1076,7 @@ void QbsProject::updateCppCodeModel()
|
||||
<< grp.name() << "in product" << prd.name();
|
||||
qCWarning(qbsPmLog) << "Expect problems with code model";
|
||||
}
|
||||
rpp.setPreCompiledHeaders(pchFiles.toList());
|
||||
rpp.setPreCompiledHeaders(Utils::toList(pchFiles));
|
||||
rpp.setFiles(grp.allFilePaths(), [filePathToSourceArtifact](const QString &filePath) {
|
||||
// Keep this lambda thread-safe!
|
||||
return CppTools::ProjectFile(filePath,
|
||||
|
||||
Reference in New Issue
Block a user