diff options
-rw-r--r-- | setenv_mjau.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setenv_mjau.sh b/setenv_mjau.sh index 851cf0e..fbeb292 100644 --- a/setenv_mjau.sh +++ b/setenv_mjau.sh @@ -7,6 +7,9 @@ export QMAKESPEC=macx-g++ #export QCODEEDITDIR=$PWD/../qcodeedit-2.2.3/install #export DYLD_LIBRARY_PATH=$OPENCSGDIR/lib:$QCODEEDITDIR/lib +# Own own Qt +export PATH=$OPENSCAD_LIBRARIES/bin:$PATH + # ccache: export PATH=/opt/local/libexec/ccache:$PATH export CCACHE_BASEDIR=$PWD/.. |