From f06ffbd16a70d6054a360ef21889091b7038ec60 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Mon, 17 Mar 2025 16:00:54 +0200 Subject: [PATCH] QmlDesigner: Add multimedia to scanned modules Fixes: QDS-14940 Change-Id: I7178fd6a5dfbb0d24622f232aa27a269b2e74652 Reviewed-by: Marco Bubke --- src/plugins/qmldesigner/project/qmldesignerprojectmanager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/qmldesigner/project/qmldesignerprojectmanager.cpp b/src/plugins/qmldesigner/project/qmldesignerprojectmanager.cpp index e450576b9a9..be5057cd3ec 100644 --- a/src/plugins/qmldesigner/project/qmldesignerprojectmanager.cpp +++ b/src/plugins/qmldesigner/project/qmldesignerprojectmanager.cpp @@ -390,6 +390,7 @@ namespace { qmldirPaths.push_back(qmlRootPath + "/QtQuick"); qmldirPaths.push_back(qmlRootPath + "/QtQuick3D"); qmldirPaths.push_back(qmlRootPath + "/Qt5Compat"); + qmldirPaths.push_back(qmlRootPath + "/QtMultimedia"); } }