build 175 B

12345678910111213
  1. #!/bin/sh
  2. # This file builds the ImageDiff executable, to run
  3. # on the host machine.
  4. which qmake-qt4 > /dev/null
  5. if [ $? -eq 0 ] ; then
  6. qmake-qt4
  7. else
  8. qmake
  9. fi
  10. make