summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/incredibuild_xge.prf
blob: 75c7a9a75b47105f42536a3c07fed917a504536e (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 $$system_path($${xge}.output) $$EOC $$eval($${xge}.commands)
    }
}