Meshroom/meshroom/ui/qml/Viewer/MSfMData.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
115 B
QML

import QtQuick
import AliceVision 1.0 as AliceVision
// Data from the SfM
AliceVision.MSfMData {
id: root
}