Make compile on WCE after c3b9398
authorKevin Funk <kevin.funk@kdab.com>
Thu, 25 Oct 2012 09:27:04 +0000 (11:27 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 26 Oct 2012 08:59:44 +0000 (10:59 +0200)
Change-Id: I594893eb80ecade903e592c41c7117b08bc946a5
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
src/plugins/platforms/windows/qwindowstheme.cpp

index d9de911..2fb905d 100644 (file)
@@ -509,6 +509,7 @@ QPixmap QWindowsTheme::standardPixmap(StandardPixmap sp, const QSizeF &size) con
     case TrashIcon:
         resourceId = 191;
         break;
+#ifndef Q_OS_WINCE
     case MessageBoxInformation:
         iconName = IDI_INFORMATION;
         break;
@@ -538,6 +539,7 @@ QPixmap QWindowsTheme::standardPixmap(StandardPixmap sp, const QSizeF &size) con
             }
         }
         break;
+#endif
     default:
         break;
     }