mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-26 01:34:33 +00:00
Qt6: Add support for networkinformation plugins
Qt 6.1 added https://doc.qt.io/qt-6/qnetworkinformation.html to the network module, but this needs plugins in `networkinformation` to be deployed. Signed-off-by: rgriebl <robert@griebl.org>
This commit is contained in:
parent
3b73ed3247
commit
7242afcfbe
@ -38,6 +38,7 @@ static const PluginModuleMapping pluginModuleMappings[] =
|
||||
{"playlistformats", DeployCore::QtModule::QtMultimediaModule},
|
||||
{"bearer", DeployCore::QtModule::QtNetworkModule},
|
||||
{"tls", DeployCore::QtModule::QtNetworkModule},
|
||||
{"networkinformation", DeployCore::QtModule::QtNetworkModule},
|
||||
{"position", DeployCore::QtModule::QtPositioningModule},
|
||||
{"printsupport", DeployCore::QtModule::QtPrintSupportModule},
|
||||
{"scenegraph", DeployCore::QtModule::QtQuickModule},
|
||||
|
Loading…
x
Reference in New Issue
Block a user