Meshroom/meshroom/ui/qml/Viewer/TestOIIOPlugin.qml

10 lines
227 B
QML

import DepthMapEntity 2.1
import QtQuick 2.7
/**
* To evaluate if the QtOIIO plugin is available.
* DepthMapEntity is in the same plugin than the imageformats plugin, that we cannot check from qml.
*/
Item {
id: root
}