forked from qt-creator/qt-creator
Implement adding new project into opened subdirs project
Reviewed-by: dt <qtc-committer@nokia.com>
This commit is contained in:
@@ -104,5 +104,14 @@ Core::GeneratedFiles
|
||||
return Core::GeneratedFiles() << source << profile;
|
||||
}
|
||||
|
||||
QString ConsoleAppWizard::generatedProjectFilePath(const QWizard *w) const
|
||||
{
|
||||
const ConsoleAppWizardDialog *wizard = qobject_cast< const ConsoleAppWizardDialog *>(w);
|
||||
const QtProjectParameters params = wizard->parameters();
|
||||
const QString projectPath = params.projectPath();
|
||||
|
||||
return Core::BaseFileWizard::buildFileName(projectPath, params.fileName, profileSuffix());
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Qt4ProjectManager
|
||||
|
||||
Reference in New Issue
Block a user