Update list of windeployqt modules
Added QtCharts, QtDataVisualization, QtRemoteObjects, QtScxml, and QtNetworkAuthorization to the windeployqt module list Task-number: QTBUG-105135 Change-Id: I16f2897583518c4577eeeda2dc0a6f413fef9794 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit cbd688d4102c4df2e6e49fc2b287594c34ee23fb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
a065ef89f3
commit
0541b9769f
@ -88,7 +88,12 @@ enum QtModule
|
|||||||
Qt3DExtrasModule = 0x0008000000000000,
|
Qt3DExtrasModule = 0x0008000000000000,
|
||||||
QtShaderToolsModule = 0x0010000000000000,
|
QtShaderToolsModule = 0x0010000000000000,
|
||||||
QtUiToolsModule = 0x0020000000000000,
|
QtUiToolsModule = 0x0020000000000000,
|
||||||
QtCore5CompatModule = 0x0040000000000000
|
QtCore5CompatModule = 0x0040000000000000,
|
||||||
|
QtChartsModule = 0x0080000000000000,
|
||||||
|
QtDataVisualizationModule = 0x0100000000000000,
|
||||||
|
QtRemoteObjectsModule = 0x0200000000000000,
|
||||||
|
QtScxmlModule = 0x0400000000000000,
|
||||||
|
QtNetworkAuthorizationModule = 0x0800000000000000
|
||||||
};
|
};
|
||||||
|
|
||||||
struct QtModuleEntry {
|
struct QtModuleEntry {
|
||||||
@ -151,7 +156,12 @@ static QtModuleEntry qtModuleEntries[] = {
|
|||||||
{ QtWebViewModule, "webview", "Qt6WebView", nullptr },
|
{ QtWebViewModule, "webview", "Qt6WebView", nullptr },
|
||||||
{ QtShaderToolsModule, "shadertools", "Qt6ShaderTools", nullptr },
|
{ QtShaderToolsModule, "shadertools", "Qt6ShaderTools", nullptr },
|
||||||
{ QtUiToolsModule, "uitools", "Qt6UiTools", nullptr },
|
{ QtUiToolsModule, "uitools", "Qt6UiTools", nullptr },
|
||||||
{ QtCore5CompatModule, "core5compat", "Qt6Core5Compat", nullptr}
|
{ QtCore5CompatModule, "core5compat", "Qt6Core5Compat", nullptr},
|
||||||
|
{ QtChartsModule, "charts", "Qt6Charts", nullptr},
|
||||||
|
{ QtDataVisualizationModule, "datavisualization", "Qt6DataVisualization", nullptr},
|
||||||
|
{ QtRemoteObjectsModule, "remoteobjects", "Qt6RemoteObjects", nullptr},
|
||||||
|
{ QtScxmlModule, "scxml", "Qt6Scxml", nullptr},
|
||||||
|
{ QtNetworkAuthorizationModule, "networkauthorization", "Qt6NetworkAuth", nullptr }
|
||||||
};
|
};
|
||||||
|
|
||||||
enum QtPlugin {
|
enum QtPlugin {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user