parent
6b45be6c94
commit
b66a214ce5
|
@ -1466,8 +1466,7 @@ void MainWindow::analyzeProject(const ProjectFile *projectFile)
|
|||
|
||||
if (QFileInfo(projectFile->getImportProject()).isAbsolute()) {
|
||||
prjfile = projectFile->getImportProject();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
prjfile = inf.canonicalPath() + '/' + projectFile->getImportProject();
|
||||
}
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue