diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-01 02:37:08 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-01 02:37:08 (GMT) |
commit | 01aaec33573a49705c9028966df2cbd15c9c4c61 (patch) | |
tree | efd19899ab57f7ca7ca08c02d579e084171746c2 /scripts/setenv-unibuild.sh | |
parent | 600893dd74ba241eb65722e929d847dc5b0c282f (diff) |
copy qt4 building script from macosx-build-deps to linux
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 |