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
6e927ef1
Commit
6e927ef1
authored
Mar 23, 2009
by
con
Browse files
Shadow build directory setting not used "right away".
Reviewed-by: dt
parent
80468d99
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4buildconfigwidget.cpp
View file @
6e927ef1
...
...
@@ -187,6 +187,7 @@ void Qt4BuildConfigWidget::updateImportLabel()
void
Qt4BuildConfigWidget
::
shadowBuildLineEditTextChanged
()
{
if
(
m_pro
->
value
(
m_buildConfiguration
,
"buildDirectory"
).
toString
()
==
m_ui
->
shadowBuildDirEdit
->
path
())
return
;
m_pro
->
setValue
(
m_buildConfiguration
,
"buildDirectory"
,
m_ui
->
shadowBuildDirEdit
->
path
());
// if the directory already exists
// check if we have a build in there and
...
...
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