diff options
author | dt <qtc-committer@nokia.com> | 2009-09-23 14:33:05 +0200 |
---|---|---|
committer | dt <qtc-committer@nokia.com> | 2009-09-23 14:33:05 +0200 |
commit | 261796c3c65660a38fd48f85bca0757db98d637a (patch) | |
tree | f61cbfc30b7a68965ed72c4dcd2d204bbf37988e /src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.h | |
parent | d25066f8ad7d88505515d45bff9a9c1fe1564bee (diff) | |
download | qt-creator-261796c3c65660a38fd48f85bca0757db98d637a.tar.gz |
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.
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.h')
-rw-r--r-- | src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.h b/src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.h index cd62bceada..6a74741b5f 100644 --- a/src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.h +++ b/src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.h @@ -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; |