Fix display of import label

* If the qmake path does match then the target does match, too.
This commit is contained in:
Tobias Hunger
2010-02-24 14:45:04 +01:00
parent 6dfdf3a659
commit 9087e2ff86

View File

@@ -312,6 +312,7 @@ void Qt4ProjectConfigWidget::updateImportLabel()
} else {
// check that the qmake flags, arguments match
visible = !m_buildConfiguration->compareToImportFrom(m_buildConfiguration->buildDirectory());
targetMatches = true;
}
} else {
visible = false;