summaryrefslogtreecommitdiffstats
path: root/src/tools/windeployqt/main.cpp
diff options
context:
space:
mode:
authorTimothée Keller <timothee.keller@qt.io>2022-11-24 14:02:42 +0100
committerTimothée Keller <timothee.keller@qt.io>2022-12-08 17:56:47 +0100
commitbb5d4094e040359d2f74c75b8a25732c1ea89b87 (patch)
treee7259eb09fafcb8f53c2cd64b61128f46c0781af /src/tools/windeployqt/main.cpp
parenta63d709195c2339ce5870a6b36e91d474347320f (diff)
Update list of windeployqt modules
Added Positioningquick, Sensorsquick, Webenginequick, and Webviewquick modules to windeployqt list Task-number: QTBUG-105135 Pick-to: 6.4 Change-Id: I26c0b5006453c8533ff94967b2e8f03ede88bf7e Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/tools/windeployqt/main.cpp')
-rw-r--r--src/tools/windeployqt/main.cpp14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/tools/windeployqt/main.cpp b/src/tools/windeployqt/main.cpp
index 3da3b2304d..98c1e5b780 100644
--- a/src/tools/windeployqt/main.cpp
+++ b/src/tools/windeployqt/main.cpp
@@ -34,7 +34,7 @@ QT_BEGIN_NAMESPACE
using namespace Qt::StringLiterals;
-using ModuleBitset = std::bitset<65>;
+using ModuleBitset = std::bitset<69>;
enum QtModule
#if defined(Q_COMPILER_CLASS_ENUM) || defined(Q_CC_MSVC)
@@ -105,7 +105,11 @@ enum QtModule
QtPdfWidgetsModule,
QtDBusModule,
QtStateMachineModule,
- Qt3DLogicModule
+ Qt3DLogicModule,
+ QtPositioningQuickModule,
+ QtSensorsQuickModule,
+ QtWebEngineQuickModule,
+ QtWebViewQuickModule
};
struct QtModuleEntry {
@@ -180,7 +184,11 @@ static QtModuleEntry qtModuleEntries[] = {
{ QtPdfWidgetsModule, "pdfwidgets", "Qt6PdfWidgets", nullptr },
{ QtDBusModule, "dbus", "Qt6DBus", nullptr },
{ QtStateMachineModule, "statemachine", "Qt6StateMachine", nullptr },
- { Qt3DLogicModule, "3dlogic", "Qt63DLogic", nullptr }
+ { Qt3DLogicModule, "3dlogic", "Qt63DLogic", nullptr },
+ { QtPositioningQuickModule, "positioningquick", "Qt6PositioningQuick", nullptr },
+ { QtSensorsQuickModule, "sensorsquick", "Qt6SensorsQuick", nullptr },
+ { QtWebEngineQuickModule, "webenginequick", "Qt6WebEngineQuick", nullptr },
+ { QtWebViewQuickModule, "webviewquick", "Qt6WebViewQuick", nullptr }
};
enum QtPlugin {