mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 18:27:23 +02:00
9 lines
130 B
QML
9 lines
130 B
QML
import AliceVision 1.0
|
|
import QtQuick 2.7
|
|
|
|
/**
|
|
* To evaluate if the QtAliceVision plugin is available.
|
|
*/
|
|
Item {
|
|
id: root
|
|
}
|