Skip to content
Snippets Groups Projects
Commit 9087e2ff authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Fix display of import label

 * If the qmake path does match then the target does match, too.
parent 6dfdf3a6
No related branches found
No related tags found
No related merge requests found
...@@ -312,6 +312,7 @@ void Qt4ProjectConfigWidget::updateImportLabel() ...@@ -312,6 +312,7 @@ void Qt4ProjectConfigWidget::updateImportLabel()
} else { } else {
// check that the qmake flags, arguments match // check that the qmake flags, arguments match
visible = !m_buildConfiguration->compareToImportFrom(m_buildConfiguration->buildDirectory()); visible = !m_buildConfiguration->compareToImportFrom(m_buildConfiguration->buildDirectory());
targetMatches = true;
} }
} else { } else {
visible = false; visible = false;
......
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