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
Marco Bubke
flatpak-qt-creator
Commits
d49dc172
Commit
d49dc172
authored
Nov 19, 2009
by
dt
Browse files
Compile
parent
651eb338
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/genericprojectmanager/genericmakestep.cpp
View file @
d49dc172
...
...
@@ -52,6 +52,14 @@ GenericMakeStep::GenericMakeStep(GenericProject *pro, ProjectExplorer::BuildConf
{
}
GenericMakeStep
::
GenericMakeStep
(
GenericMakeStep
*
bs
,
ProjectExplorer
::
BuildConfiguration
*
bc
)
:
AbstractMakeStep
(
bs
,
bc
),
m_pro
(
bs
->
project
())
{
m_buildTargets
=
bs
->
m_buildTargets
;
m_makeArguments
=
bs
->
m_makeArguments
;
m_makeCommand
=
bs
->
m_makeCommand
;
}
GenericMakeStep
::~
GenericMakeStep
()
{
}
...
...
Write
Preview
Supports
Markdown
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