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
Marco Bubke
flatpak-qt-creator
Commits
769f065d
Commit
769f065d
authored
Apr 30, 2009
by
dt
Browse files
Add custom dumpers to custom run executables
parent
53d62b0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
View file @
769f065d
...
...
@@ -31,6 +31,8 @@
#include
"environment.h"
#include
"project.h"
#include
<projectexplorer/debugginghelper.h>
#include
<QtGui/QCheckBox>
#include
<QtGui/QFormLayout>
#include
<QtGui/QLineEdit>
...
...
@@ -312,11 +314,11 @@ void CustomExecutableRunConfiguration::setUserName(const QString &name)
QString
CustomExecutableRunConfiguration
::
dumperLibrary
()
const
{
return
QString
();
QString
qmakePath
=
ProjectExplorer
::
DebuggingHelperLibrary
::
findSystemQt
(
environment
());
return
ProjectExplorer
::
DebuggingHelperLibrary
::
debuggingHelperLibrary
(
qmakePath
);
}
// Factory
CustomExecutableRunConfigurationFactory
::
CustomExecutableRunConfigurationFactory
()
...
...
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