diff --git a/gui/project.cpp b/gui/project.cpp index 8cb2e963d..454b5d042 100644 --- a/gui/project.cpp +++ b/gui/project.cpp @@ -93,6 +93,8 @@ bool Project::Edit() dlg.SetDefines(defines); QStringList paths = mPFile->GetCheckPaths(); dlg.SetPaths(paths); + QString importProject = mPFile->GetImportProject(); + dlg.SetImportProject(importProject); QStringList ignorepaths = mPFile->GetExcludedPaths(); dlg.SetExcludedPaths(ignorepaths); QStringList libraries = mPFile->GetLibraries();