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