Meshroom/meshroom/ui/qml/Viewer/TestAliceVisionPlugin.qml
2023-07-03 12:11:29 +02:00

9 lines
131 B
QML

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