forked from qt-creator/qt-creator
CMake Run Page: Colorize output and disable finish on cmake error
Task-Nr: QTCREATORBUG-2592
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user