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