forked from qt-creator/qt-creator
Show also error output in the cmake run log.
This commit is contained in:
@@ -112,6 +112,7 @@ QProcess *CMakeManager::createXmlFile(const QStringList &arguments, const QStrin
|
||||
buildDirectory.mkpath(buildDirectoryPath);
|
||||
QProcess *cmake = new QProcess;
|
||||
cmake->setWorkingDirectory(buildDirectoryPath);
|
||||
cmake->setProcessChannelMode(QProcess::MergedChannels);
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
QString generator = "-GCodeBlocks - MinGW Makefiles";
|
||||
|
Reference in New Issue
Block a user