Skip to content
Snippets Groups Projects
Commit 6e927ef1 authored by con's avatar con
Browse files

Shadow build directory setting not used "right away".

Reviewed-by: dt
parent 80468d99
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment