diff --git a/src/tools/windeployqt/main.cpp b/src/tools/windeployqt/main.cpp index 7e49ee7d6c..345ac61b97 100644 --- a/src/tools/windeployqt/main.cpp +++ b/src/tools/windeployqt/main.cpp @@ -37,9 +37,6 @@ using namespace Qt::StringLiterals; using ModuleBitset = std::bitset<77>; enum QtModule -#if defined(Q_COMPILER_CLASS_ENUM) || defined(Q_CC_MSVC) - : quint64 -#endif { QtBluetoothModule, QtConcurrentModule,