diff options
author | Marius Kintel <marius@kintel.net> | 2013-02-02 22:25:13 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-02-02 22:25:13 (GMT) |
commit | e5448f5e69f6d59256ba1816acf2647e808e10db (patch) | |
tree | 565c87e051833daa1c0eed7ffe45533fcf05c2fb /scripts/setenv-unibuild.sh | |
parent | eb30d42b5dd3ed5bb37336ed46a59eabaca81e06 (diff) | |
parent | 18e3a7d9ad8e052d626ac250a9c9d5f36f29a54d (diff) |
Merge pull request #270 from openscad/misc_updates
Big Endian binary STL fix + misc updates
Diffstat (limited to 'scripts/setenv-unibuild.sh')
-rw-r--r-- | scripts/setenv-unibuild.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/setenv-unibuild.sh b/scripts/setenv-unibuild.sh index 881526e..66fb7a9 100644 --- a/scripts/setenv-unibuild.sh +++ b/scripts/setenv-unibuild.sh @@ -130,5 +130,12 @@ if [ "`echo $* | grep qt5`" ]; then setenv_qt5 fi +if [ -e $DEPLOYDIR/include/Qt ]; then + echo "Qt found under $DEPLOYDIR ... " + QTDIR=$DEPLOYDIR + export QTDIR + echo "QTDIR modified to $DEPLOYDIR" +fi + clean_note |