Meshroom/meshroom/ui/qml/Viewer/TestOIIOPlugin.qml
2020-08-03 21:21:48 +02:00

10 lines
228 B
QML

import DepthMapEntity 2.1
import QtQuick 2.15
/**
* 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
}