forked from qt-creator/qt-creator
Fix regressions in KitMatcher
Task-number: QTCREATORBUG-13323 Change-Id: I48ddc83c40396a336a4c8e83ef4f5148e131c930 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -1628,7 +1628,7 @@ bool QmakeProject::matchesKit(const Kit *kit)
|
||||
QtSupport::BaseQtVersion *version = QtSupport::QtKitInformation::qtVersion(kit);
|
||||
if (!parentQts.isEmpty())
|
||||
return parentQts.contains(version);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
QString QmakeProject::executableFor(const QmakeProFileNode *node)
|
||||
|
||||
Reference in New Issue
Block a user