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