If no cmake executable is specified or a invalid path, ask the user.

Directly in the wizard and save that to the settings. Also give feedback
if a wrong path was entered.
This commit is contained in:
dt
2009-09-23 14:33:05 +02:00
parent d25066f8ad
commit 261796c3c6
4 changed files with 168 additions and 162 deletions

View File

@@ -139,6 +139,7 @@ private:
QPushButton *m_runCMake;
QProcess *m_cmakeProcess;
QLineEdit *m_argumentsLineEdit;
Core::Utils::PathChooser *m_cmakeExecutable;
QComboBox *m_generatorComboBox;
QLabel *m_descriptionLabel;
bool m_complete;