Meshroom/meshroom/ui/qml/Viewer/TestAliceVisionPlugin.qml

9 lines
130 B
QML

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