infile(filename, var, val) 如果文件文件名(由qmake自己解析时)包含值为val的变量var,则成功;否则失败。如果未指定val,该函数将测试文件中是否分配了var。 isActiveConfig 这是配置函数的别名。 isEmpty(variablename) Succeeds if the variable variablename is empty; otherwise fails. This is the equivalent of count( variablename, 0 […]