diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-18 11:51:51 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-18 11:51:51 (GMT) |
commit | 4f8c89ecf0986034c8dccbac0130619a3d502c1a (patch) | |
tree | f8bb554a3d8f272d17bd7c57eca627ba33ac92bb /setenv_mjau.sh | |
parent | 4b54876b7a1d54bb7439a9ef8324a74d1a63acb8 (diff) | |
parent | 2e7a27f64416b3bb5b8e0a5d2969292cbacde7b6 (diff) |
Merge branch 'search_function' of https://github.com/clothbot/openscad into clothbot-search_function
Diffstat (limited to 'setenv_mjau.sh')
-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 3b9fd92..61e10d5 100644 --- a/setenv_mjau.sh +++ b/setenv_mjau.sh @@ -6,6 +6,9 @@ export DYLD_LIBRARY_PATH=$OPENSCAD_LIBRARIES/lib #export QCODEEDITDIR=$PWD/../qcodeedit-2.2.3/install #export DYLD_LIBRARY_PATH=$OPENCSGDIR/lib:$QCODEEDITDIR/lib +export QTDIR=`qmake -query "QT_INSTALL_PREFIX"` +export PATH=$QTDIR/bin:$PATH + # ccache: export PATH=/opt/local/libexec/ccache:$PATH export CCACHE_BASEDIR=$PWD/.. |