mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-06 13:46:52 +02:00
10 lines
227 B
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
|
|
}
|