diff options
author | Marius Kintel <marius@kintel.net> | 2013-01-17 14:58:04 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-01-17 14:58:29 (GMT) |
commit | 8dfc6d71cae370a84e50f4cc7624c05c859a4cea (patch) | |
tree | 53f2e8ca8564a684078c2bac4d5c8d39f24543ac | |
parent | cd894cbbc3d66449232a0ec433b0aff37a4129f7 (diff) |
Added path to self-built Qt
-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/.. |