Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
48dd2586
Commit
48dd2586
authored
Apr 20, 2009
by
dt
Browse files
Show also error output in the cmake run log.
parent
e24b2b76
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp
View file @
48dd2586
...
...
@@ -110,8 +110,9 @@ QProcess *CMakeManager::createXmlFile(const QStringList &arguments, const QStrin
QString
buildDirectoryPath
=
buildDirectory
.
absolutePath
();
qDebug
()
<<
"Creating cbp file in"
<<
buildDirectoryPath
;
buildDirectory
.
mkpath
(
buildDirectoryPath
);
QProcess
*
cmake
=
new
QProcess
;
QProcess
*
cmake
=
new
QProcess
;
cmake
->
setWorkingDirectory
(
buildDirectoryPath
);
cmake
->
setProcessChannelMode
(
QProcess
::
MergedChannels
);
#ifdef Q_OS_WIN
QString
generator
=
"-GCodeBlocks - MinGW Makefiles"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment