diff --git a/mkspecs/features/qt.prf b/mkspecs/features/qt.prf index b7da02e5bb..6081342929 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//