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 {
|
} 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user