View | Details | Raw Unified | Return to bug 235898
Collapse All | Expand All

(-)Mk/Uses/qt.mk (-1 / +1 lines)
Lines 466-472 Link Here
466
_USE_QT_ALL+=		${_USE_QT${_QT_VER}_ONLY}
466
_USE_QT_ALL+=		${_USE_QT${_QT_VER}_ONLY}
467
_USE_QT=		${USE_QT}
467
_USE_QT=		${USE_QT}
468
# Iterate through components deprived of suffix.
468
# Iterate through components deprived of suffix.
469
.  for component in ${_USE_QT:O:u:C/_.+//}
469
.  for component in ${_USE_QT:O:u:C/_(build|run)$//}
470
# Check that the component is valid.
470
# Check that the component is valid.
471
.    if ${_USE_QT_ALL:M${component}} != ""
471
.    if ${_USE_QT_ALL:M${component}} != ""
472
# Skip meta-components (currently none).
472
# Skip meta-components (currently none).

Return to bug 235898