diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-18 12:45:28 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-18 12:45:28 (GMT) |
commit | a6678827b797b50b9dfea5cd1c0fc6a33f310872 (patch) | |
tree | 5b38d881ee2addecccd3ce578d5b9ce830955595 | |
parent | 9d7446de46eda7efefa14e324c6c7cdf22bf8929 (diff) |
Revert "Setting QTDIR via qmake -query"
This reverts commit 2e7a27f64416b3bb5b8e0a5d2969292cbacde7b6.
-rw-r--r-- | setenv_mjau.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/setenv_mjau.sh b/setenv_mjau.sh index 61e10d5..3b9fd92 100644 --- a/setenv_mjau.sh +++ b/setenv_mjau.sh @@ -6,9 +6,6 @@ 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/.. |