windeployqt: Enable module enumeration type for all MSVC.
authorFriedemann Kleint <Friedemann.Kleint@digia.com>
Fri, 21 Feb 2014 09:26:07 +0000 (10:26 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 21 Feb 2014 10:55:13 +0000 (11:55 +0100)
commite75f3014918167b72ca1dfba446e923da80e8f0a
tree6fd9c885fa6636ba3b5cc39ce1c61a6389d5d8d9
parentf0480e03d8510e6f4b0baafe1a4f922d8de96140
windeployqt: Enable module enumeration type for all MSVC.

The feature is present in MSVC 2008 onwards. Fixes warnings when
compiling with 32bit:

main.cpp(97) : warning C4341: 'QtWebKitWidgetsModule' : signed value is out of range for enum constant

Change-Id: I955c5c9f1ed6f1e94c95294e191cc36c5b668391
Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
src/windeployqt/main.cpp