Skip to content
GitLab
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
4769ceb0
Commit
4769ceb0
authored
Nov 10, 2009
by
dt
Browse files
Fix crash
parent
5e637f38
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
4769ceb0
...
...
@@ -1417,7 +1417,6 @@ QString QtVersion::buildDebuggingHelperLibrary()
if
(
!
directory
.
isEmpty
())
output
+=
DebuggingHelperLibrary
::
buildDebuggingHelperLibrary
(
directory
,
tc
->
makeCommand
(),
qmakeCommand
(),
env
);
m_hasDebuggingHelper
=
!
debuggingHelperLibrary
().
isEmpty
();
delete
tc
;
return
output
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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