mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[ION] adding qt plugin path
This commit is contained in:
parent
263c806bfe
commit
595bf4aa1b
1 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
PATH_CONTAINER=${ION_CONTAINER_ROOT}
|
||||
PATH_QML=${PATH_CONTAINER}/base/qml/QtQuick
|
||||
PATH_TRUE=`readlink -f $PATH_QML`/../
|
||||
|
||||
export QML2_IMPORT_PATH=$PATH_TRUE:$QML2_IMPORT_PATH
|
||||
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`/../
|
||||
|
||||
echo $QML2_IMPORT_PATH
|
||||
export QML2_IMPORT_PATH=$PATH_QML_TRUE:$QML2_IMPORT_PATH
|
||||
export QT_PLUGIN_PATH=$PATH_PLUGIN_TRUE:$QT_PLUGIN_PATH
|
||||
|
||||
python $PATH_CONTAINER/base/meshroom/meshroom/ui
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue