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
7be8be25
Commit
7be8be25
authored
Jul 30, 2009
by
dt
Browse files
Fix wrong importing of old settings overwritting a release configuration
parent
0d5d3908
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4project.cpp
View file @
7be8be25
...
...
@@ -728,7 +728,7 @@ void Qt4Project::addDefaultBuild()
if
(
v
.
isValid
())
{
qs
->
setValue
(
buildConfiguration
,
"buildConfiguration"
,
QVariant
());
setValue
(
buildConfiguration
,
"buildConfiguration"
,
v
);
}
else
{
}
else
if
(
!
value
(
buildConfiguration
,
"buildConfiguration"
).
isValid
())
{
if
(
QtVersion
*
version
=
qtVersion
(
buildConfiguration
))
setValue
(
buildConfiguration
,
"buildConfiguration"
,
version
->
defaultBuildConfig
());
else
...
...
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