1#!/bin/sh
2echo "Using qmake for qmake build configuration"
3echo
4touch src/config.h
5qmake ./qmidiarp.pro
6
7echo "Done, now run make!"
8echo
9