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:
@@ -252,7 +252,7 @@ MakeFileParse::MakeFileParse(const FilePath &makefile, Mode mode) : m_mode(mode)
|
||||
project = project.trimmed();
|
||||
|
||||
// Src Pro file
|
||||
m_srcProFile = makefile.parentDir().resolvePath(project).cleanPath();
|
||||
m_srcProFile = makefile.parentDir().resolvePath(project);
|
||||
qCDebug(logging()) << " source .pro file:" << m_srcProFile;
|
||||
|
||||
QString command = findQMakeLine(makefile, QLatin1String("# Command:")).trimmed();
|
||||
|
||||
Reference in New Issue
Block a user