macdeployqt: Deploy canbus plugins from QtSerialBus
Fixes: QTBUG-89484 Pick-to: 6.7 Change-Id: Id72184b0bdb45bd099a2c1a85049c0e84ef30d9f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit cc0937877f9fefc1bed03b849ae6d649c2c4e97f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
2d6a3b89ef
commit
1d4654493f
@ -1176,13 +1176,15 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl
|
||||
});
|
||||
}
|
||||
|
||||
// FIXME: Parse modules/Foo.json's plugin_types instead
|
||||
static const std::map<QString, std::vector<QString>> map {
|
||||
{QStringLiteral("Multimedia"), {QStringLiteral("multimedia")}},
|
||||
{QStringLiteral("3DRender"), {QStringLiteral("sceneparsers"), QStringLiteral("geometryloaders"), QStringLiteral("renderers")}},
|
||||
{QStringLiteral("3DQuickRender"), {QStringLiteral("renderplugins")}},
|
||||
{QStringLiteral("Positioning"), {QStringLiteral("position")}},
|
||||
{QStringLiteral("Location"), {QStringLiteral("geoservices")}},
|
||||
{QStringLiteral("TextToSpeech"), {QStringLiteral("texttospeech")}}
|
||||
{QStringLiteral("TextToSpeech"), {QStringLiteral("texttospeech")}},
|
||||
{QStringLiteral("SerialBus"), {QStringLiteral("canbus")}},
|
||||
};
|
||||
|
||||
for (const auto &it : map) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user