summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/incredibuild_xge.prf
blob: 1b23da75d99f95586623f5b265a220bcfa7e28e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
contains(TEMPLATE, "vc.*") {
    EOC = $$escape_expand(\\n\\t)

    # The VCPROJ generator will replace the \r\h with the coded \r\n: 

    # No other generator understands the \h
    win32-msvc2*|wince*msvc*: EOC = $$escape_expand(\\r\\h)

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