Skip to content
Snippets Groups Projects
Commit 377dbaa8 authored by dt's avatar dt
Browse files

Fix restoring the active build configuration

parent 6f79d9f3
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ bool Project::restoreSettings()
if (!restoreSettingsImpl(reader))
return false;
if (m_activeBuildConfiguration && !m_buildConfigurationValues.isEmpty())
if (!m_activeBuildConfiguration && !m_buildConfigurationValues.isEmpty())
setActiveBuildConfiguration(m_buildConfigurationValues.at(0));
if (!m_activeRunConfiguration && !m_runConfigurations.isEmpty())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment