Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ion_start_meshroom.sh « bin - github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 54de022edfdeda3c88303c93eb1796a632b25d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

PATH_QML=${ION_CONTAINER_ROOT}/base/qml/QtQuick
PATH_QML_TRUE=`readlink -f $PATH_QML`/../
PATH_PLUGIN=${ION_CONTAINER_ROOT}/base/imageformats/
PATH_PLUGIN_TRUE=`readlink -f $PATH_PLUGIN`/../

export QML2_IMPORT_PATH=$PATH_QML_TRUE:$QML2_IMPORT_PATH
export QT_PLUGIN_PATH=$PATH_PLUGIN_TRUE:$QT_PLUGIN_PATH

python ${ION_CONTAINER_ROOT}/base/meshroom/meshroom/ui