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