forked from qt-creator/qt-creator
Fix display of import label
* If the qmake path does match then the target does match, too.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user