parent
6b45be6c94
commit
b66a214ce5
|
@ -1464,10 +1464,9 @@ void MainWindow::analyzeProject(const ProjectFile *projectFile)
|
||||||
ImportProject p;
|
ImportProject p;
|
||||||
QString prjfile;
|
QString prjfile;
|
||||||
|
|
||||||
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