From 3377528362290990c0df9a3b78b3dd475bb7847e Mon Sep 17 00:00:00 2001 From: Valerio Mariani <valerio.mariani@unibas.ch> Date: Thu, 7 Jul 2011 14:25:09 +0200 Subject: [PATCH] Modifications to the commented out bundle code in develop branch --- scripts/ost_config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/ost_config.in b/scripts/ost_config.in index ed9faaaf3..bfd79f436 100644 --- a/scripts/ost_config.in +++ b/scripts/ost_config.in @@ -31,8 +31,9 @@ export DNG_INITDIR="$DNG_LIBDIR/openstructure" #export DYLD_LIBRARY_PATH="$BIN_LIBDIR:${DYLD_LIBRARY_PATH}" #export LD_LIBRARY_PATH="$DNG_LIBDIR:$LD_LIBRARY_PATH" # set QT_PLUGIN_PATH PYTHONHOME and PYTHONPATH for bundle (commented except in linux bundles) -#export PYTHONHOME=$DNG_ROOT -#export PYTHONPATH= +# set QT_PLUGIN_PATH and pythonpath for bundle (commented except in linux bundles) +#export QT_PLUGIN_PATH="$BIN_DIR/plugins" +#export PYTHONPATH="$DNG_ROOT/@LIBDIR@/python2.6:$OST_ADDITIONAL_PYTHONPATH" #export QT_PLUGIN_PATH="$BIN_DIR/plugins" # retrieve absolute path to python executable -- GitLab