1 2 3 4 5 6 7
#!/bin/sh # create global.h echo "#ifndef PREFIX #define PREFIX QString(\"${1}\") #endif" > global.h