diff --git a/src/tools/windeployqt/main.cpp b/src/tools/windeployqt/main.cpp index aa3655e388..b385d4f2da 100644 --- a/src/tools/windeployqt/main.cpp +++ b/src/tools/windeployqt/main.cpp @@ -1024,6 +1024,8 @@ QStringList findQtPlugins(ModuleBitset *usedQtModules, const ModuleBitset &disab case WindowsDesktopMsvc: case WindowsDesktopMinGW: filter = QStringLiteral("qwindows"); + if (!infix.isEmpty()) + filter += infix; break; case Unix: filter = QStringLiteral("libqxcb");