if [[ -f /etc/profile.d/qt.sh ]]; then
  . /etc/profile.d/qt.sh
fi  &&

OPTS="-D CMAKE_BUILD_TYPE=\"Release\" ../src $OPTS"  &&
qt4_build
