configure 71 B

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