Meshroom/meshroom/ui/qml/Viewer/MFeatures.qml
Candice Bentéjac 0e71f2a520 [qt6] Update versions for all the imported modules
Qt3D.Extras cannot be updated to 2.6 yet, otherwise there are errors.
2024-11-07 18:09:01 +01:00

8 lines
128 B
QML

import QtQuick
import AliceVision 1.0 as AliceVision
// Data from the View / Features.
AliceVision.MFeatures {
id: root
}