forked from qt-creator/qt-creator
Remove a few now-unnecessary cleanPath in conjunction with resolvePath
Change-Id: I05ee0116183a30e907fbd8e0b4faae9e6e58723d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -306,8 +306,7 @@ FilePaths CMakeBuildSystem::filesGeneratedFrom(const FilePath &sourceFile) const
|
||||
|
||||
if (sourceFile.suffix() == "ui") {
|
||||
generatedFilePath = generatedFilePath
|
||||
.pathAppended("ui_" + sourceFile.completeBaseName() + ".h")
|
||||
.cleanPath();
|
||||
.pathAppended("ui_" + sourceFile.completeBaseName() + ".h");
|
||||
return {generatedFilePath};
|
||||
}
|
||||
if (sourceFile.suffix() == "scxml") {
|
||||
|
||||
Reference in New Issue
Block a user