forked from qt-creator/qt-creator
Fix build & run for projects without buildsteps
This commit is contained in:
@@ -189,8 +189,10 @@ void BuildManager::gotoTaskWindow()
|
||||
|
||||
void BuildManager::startBuildQueue()
|
||||
{
|
||||
if (m_buildQueue.isEmpty())
|
||||
if (m_buildQueue.isEmpty()) {
|
||||
emit buildQueueFinished(true);
|
||||
return;
|
||||
}
|
||||
if (!m_running) {
|
||||
// Progress Reporting
|
||||
Core::ProgressManager *progressManager = Core::ICore::instance()->progressManager();
|
||||
|
||||
Reference in New Issue
Block a user