Meshroom/meshroom/ui/qml/Viewer/TestAliceVisionPlugin.qml
2024-11-07 18:15:37 +01:00

11 lines
128 B
QML

import QtQuick
import AliceVision 1.0
/**
* To evaluate if the QtAliceVision plugin is available.
*/
Item {
id: root
}