#!/bin/sh qmake-qt4 if [ $? == 127 ]; then echo "error: Qt 4 required"; fi