CMake: Improve generator selection in kits

Allow to select generator and extragenerator in a nicer way.
Enable support for platforms and toolsets.

Change-Id: I0c9aae635cdca0ec1db7f285e9cb2785172ed338
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Tobias Hunger
2016-09-28 12:24:06 +02:00
parent 4bce0d7c36
commit b3b6cfb5ef
6 changed files with 250 additions and 89 deletions

View File

@@ -98,8 +98,11 @@ public:
QString toolTip() const override;
private:
void changeGenerator();
bool m_ignoreChange = false;
QComboBox *m_comboBox;
QLabel *m_label;
QPushButton *m_changeButton;
CMakeTool *m_currentTool = nullptr;
};