Skip to content
Snippets Groups Projects
Commit e3b9a4f1 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

BUG: mantis-1297. add qt.conf for linux

parent 401f709f
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,13 @@ fi
#echo "Creating symbolic links..."
. ./make_symlinks
cat > "$OUT_DIR/bin/qt.conf" << EOF
[Paths]
Translations=$OUT_DIR/lib/qt4/translations
Plugins=$OUT_DIR/lib/qt4/plugins
EOF
if [ ! -f "$OTB_PYTHON_EXE" ] ; then
OTB_PYTHON_EXE=$(which python)
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment