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
4fd60a19
Commit
4fd60a19
authored
Feb 09, 2010
by
Tobias Hunger
Browse files
Add runconfigurations when creating a target
parent
d1618e1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4target.cpp
View file @
4fd60a19
...
...
@@ -143,6 +143,10 @@ Qt4Target *Qt4TargetFactory::create(ProjectExplorer::Project *parent, const QStr
t
->
addQt4BuildConfiguration
(
"Release"
,
version
,
QtVersion
::
QmakeBuildConfig
(
0
));
}
QStringList
pathes
=
qt4project
->
applicationProFilePathes
();
foreach
(
const
QString
&
path
,
pathes
)
t
->
addRunConfigurationForPath
(
path
);
return
t
;
}
...
...
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