configure 75 B

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