Qmake: Do not show "Run qmake" needlessly

Do not show "Run qmake" in the menu right after Qt Creator starts up
with no project loaded.

Change-Id: I371734e902b518b6270ca14887db14c254237ba2
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2016-03-10 12:21:41 +01:00
parent cdf6e499c5
commit 024f1cf422

View File

@@ -257,6 +257,8 @@ bool QmakeProjectManagerPlugin::initialize(const QStringList &arguments, QString
connect(EditorManager::instance(), &EditorManager::currentEditorChanged, connect(EditorManager::instance(), &EditorManager::currentEditorChanged,
this, &QmakeProjectManagerPlugin::updateBuildFileAction); this, &QmakeProjectManagerPlugin::updateBuildFileAction);
updateRunQMakeAction();
return true; return true;
} }