if [ $PYQT_BIG == y ];then
  VBIG=-c
fi                                               &&
export QTDIR=/usr                                &&
PATH=$QTDIR/bin/qt4:$PATH                        &&
python  ./configure.py --confirm-license $VBIG   &&
make
