qt,pro文件中用于平台区分的写法
切记: 大括号和平台需要在同一行中,否则会失效
unix { TARGET = appname } macx { TARGET = appname2 } win32 { TARGET = appname3 }