Menu

[4fc9ee]: / configure-qmake.sh  Maximize  Restore  History

Download this file

9 lines (7 with data), 137 Bytes

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