QmlDesigner: Add multimedia to scanned modules

Fixes: QDS-14940
Change-Id: I7178fd6a5dfbb0d24622f232aa27a269b2e74652
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Miikka Heikkinen
2025-03-17 16:00:54 +02:00
parent 739d17a68e
commit f06ffbd16a

View File

@@ -390,6 +390,7 @@ namespace {
qmldirPaths.push_back(qmlRootPath + "/QtQuick"); qmldirPaths.push_back(qmlRootPath + "/QtQuick");
qmldirPaths.push_back(qmlRootPath + "/QtQuick3D"); qmldirPaths.push_back(qmlRootPath + "/QtQuick3D");
qmldirPaths.push_back(qmlRootPath + "/Qt5Compat"); qmldirPaths.push_back(qmlRootPath + "/Qt5Compat");
qmldirPaths.push_back(qmlRootPath + "/QtMultimedia");
} }
} }