Update list of windeployqt modules
Added Positioningquick, Sensorsquick, Webenginequick, and Webviewquick modules to windeployqt list Task-number: QTBUG-105135 Change-Id: I26c0b5006453c8533ff94967b2e8f03ede88bf7e Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit bb5d4094e040359d2f74c75b8a25732c1ea89b87) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
7107b4ae5b
commit
b0fa19a92e
@ -32,7 +32,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
|
|
||||||
using namespace Qt::StringLiterals;
|
using namespace Qt::StringLiterals;
|
||||||
|
|
||||||
using ModuleBitset = std::bitset<65>;
|
using ModuleBitset = std::bitset<69>;
|
||||||
|
|
||||||
enum QtModule
|
enum QtModule
|
||||||
#if defined(Q_COMPILER_CLASS_ENUM) || defined(Q_CC_MSVC)
|
#if defined(Q_COMPILER_CLASS_ENUM) || defined(Q_CC_MSVC)
|
||||||
@ -103,7 +103,11 @@ enum QtModule
|
|||||||
QtPdfWidgetsModule,
|
QtPdfWidgetsModule,
|
||||||
QtDBusModule,
|
QtDBusModule,
|
||||||
QtStateMachineModule,
|
QtStateMachineModule,
|
||||||
Qt3DLogicModule
|
Qt3DLogicModule,
|
||||||
|
QtPositioningQuickModule,
|
||||||
|
QtSensorsQuickModule,
|
||||||
|
QtWebEngineQuickModule,
|
||||||
|
QtWebViewQuickModule
|
||||||
};
|
};
|
||||||
|
|
||||||
struct QtModuleEntry {
|
struct QtModuleEntry {
|
||||||
@ -178,7 +182,11 @@ static QtModuleEntry qtModuleEntries[] = {
|
|||||||
{ QtPdfWidgetsModule, "pdfwidgets", "Qt6PdfWidgets", nullptr },
|
{ QtPdfWidgetsModule, "pdfwidgets", "Qt6PdfWidgets", nullptr },
|
||||||
{ QtDBusModule, "dbus", "Qt6DBus", nullptr },
|
{ QtDBusModule, "dbus", "Qt6DBus", nullptr },
|
||||||
{ QtStateMachineModule, "statemachine", "Qt6StateMachine", 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 {
|
enum QtPlugin {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user