forked from qt-creator/qt-creator
Add target selection wizard to Qt4 projects
This commit is contained in:
@@ -207,11 +207,17 @@ ProjectExplorer::Project* Qt4Manager::openProject(const QString &fileName)
|
||||
QCoreApplication::processEvents(QEventLoop::ExcludeUserInputEvents);
|
||||
|
||||
Qt4Project *pro = new Qt4Project(this, canonicalFilePath);
|
||||
registerProject(pro);
|
||||
|
||||
messageManager->displayStatusBarMessage(tr("Done opening project"), 5000);
|
||||
return pro;
|
||||
}
|
||||
|
||||
Qt4Project * Qt4Manager::createEmptyProject(const QString &path)
|
||||
{
|
||||
return new Qt4Project(this, path);
|
||||
}
|
||||
|
||||
ProjectExplorer::ProjectExplorerPlugin *Qt4Manager::projectExplorer() const
|
||||
{
|
||||
return ProjectExplorer::ProjectExplorerPlugin::instance();
|
||||
|
||||
Reference in New Issue
Block a user