Newer
Older
Import / applications / Chess / build-all.sh
@John Ryland John Ryland on 22 Dec 2020 611 bytes import NUC files
#!/bin/bash
#===============================================================================
#
#          FILE:  build-all.sh
# 
#         USAGE:  ./build-all.sh 
# 
#   DESCRIPTION:  
# 
#       OPTIONS:  ---
#  REQUIREMENTS:  ---
#          BUGS:  ---
#         NOTES:  ---
#        AUTHOR:  John Ryland (JR), (jryland@invertedlogic.com)
#       COMPANY:  InvertedLogic
#       VERSION:  1.0
#       CREATED:  21/02/2011
#      REVISION:  ---
#===============================================================================

export QTDIR=/usr/local/Trolltech/Qt-4.5.0
export PATH=$QTDIR/bin:$PATH
qmake
make