From: Oswald Buddenhagen Date: Fri, 24 Feb 2012 18:20:00 +0000 (+0100) Subject: simplify loop over modules X-Git-Tag: qt-v5.0.0-alpha1~700 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=151f17d7e65df83c056329372f6bc09b45fa5ad5;p=profile%2Fivi%2Fqtbase.git simplify loop over modules the earlier done topological sort already removes duplicates and only works with lower-cased names anyway, so we can remove the overhead here. Change-Id: I44fc39af9e94662717e1c8cfb0ddb87d2f597935 Reviewed-by: Joerg Bornemann --- diff --git a/mkspecs/features/qt.prf b/mkspecs/features/qt.prf index b7da02e..6081342 100644 --- a/mkspecs/features/qt.prf +++ b/mkspecs/features/qt.prf @@ -131,7 +131,7 @@ QT = $$sort_depends(QT, "QT.") QT_DEPENDS= unset(using_privates) -for(QTLIB, $$list($$lower($$unique(QT)))) { +for(QTLIB, QT) { # Figure out if we're wanting to use the private headers of a module contains(QTLIB, .*-private) { QTLIB ~= s/-private//