Skip to content
Snippets Groups Projects
Commit ccf69b34 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

CMake: Fix generator kit information widget


Display was resetting to Ninja generator.

Change-Id: Iee39b40da85a5df1140d5880d674e104eed85ca3
Reviewed-by: default avatarTobias Hunger <tobias.hunger@theqtcompany.com>
parent f294d3e6
No related branches found
No related tags found
No related merge requests found
......@@ -241,6 +241,7 @@ void CMakeGeneratorKitConfigWidget::refresh()
CMakeTool *const tool = CMakeKitInformation::cmakeTool(m_kit);
if (tool != m_currentTool) {
m_currentTool = tool;
m_comboBox->clear();
m_comboBox->addItem(tr("<Use Default Generator>"), QString());
if (tool && tool->isValid()) {
......
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