forked from qt-creator/qt-creator
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:
@@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user