mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-30 10:47:34 +02:00
11 lines
128 B
QML
11 lines
128 B
QML
import QtQuick
|
|
|
|
import AliceVision 1.0
|
|
|
|
/**
|
|
* To evaluate if the QtAliceVision plugin is available.
|
|
*/
|
|
|
|
Item {
|
|
id: root
|
|
}
|