summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/incredibuild_xge.prf
blob: b43ecf28097be4942354676f1a638d6f71b953f5 (plain)
1
2
3
4
5
6
7
8
contains(TEMPLATE, "vc.*") {
    # The VCPROJ generator will replace the \r\h with the coded \r\n: 

    EOC = $$escape_expand(\\r\\h)

    for(xge, INCREDIBUILD_XGE) {
        $${xge}.commands = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$shell_path($${xge}.output) $$EOC $$eval($${xge}.commands)
    }
}