From 76df7e897e567bc4a554da9d0746a8cd6d1ecb95 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 18 Feb 2015 09:02:48 +0100 Subject: [PATCH] windeployqt: Fix g++ warning about unhandled enumeration value WinCE. Change-Id: I2bd95f058c9c03b45ccf43a6f9c6736fed036286 Reviewed-by: Joerg Bornemann Reviewed-by: Andreas Holzammer --- src/windeployqt/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp index d69519c..a34c941 100644 --- a/src/windeployqt/main.cpp +++ b/src/windeployqt/main.cpp @@ -770,6 +770,7 @@ QStringList findQtPlugins(quint64 *usedQtModules, quint64 disabledQtModules, switch (platform) { case Windows: case WindowsMinGW: + case WinCE: filter = QStringLiteral("qwindows"); break; case WinRtIntel: -- 2.7.4