CMake Run Page: Colorize output and disable finish on cmake error

Task-Nr: QTCREATORBUG-2592
This commit is contained in:
dt
2010-10-04 17:52:55 +02:00
parent f1e8e737c9
commit 30044e842f
5 changed files with 119 additions and 7 deletions

View File

@@ -133,7 +133,8 @@ public:
private slots:
void runCMake();
void cmakeFinished();
void cmakeReadyRead();
void cmakeReadyReadStandardOutput();
void cmakeReadyReadStandardError();
private:
void initWidgets();
CMakeOpenProjectWizard *m_cmakeWizard;
@@ -144,6 +145,7 @@ private:
Utils::PathChooser *m_cmakeExecutable;
QComboBox *m_generatorComboBox;
QLabel *m_descriptionLabel;
QLabel *m_exitCodeLabel;
bool m_complete;
Mode m_mode;
QString m_buildDirectory;