2011-04-27 10:05:43 +00:00
|
|
|
contains(TEMPLATE, "vc.*") {
|
|
|
|
# The VCPROJ generator will replace the \r\h with the coded \r\n: 

|
2012-09-14 10:28:06 +00:00
|
|
|
EOC = $$escape_expand(\\r\\h)
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
for(xge, INCREDIBUILD_XGE) {
|
2012-09-13 18:42:44 +00:00
|
|
|
$${xge}.commands = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$shell_path($${xge}.output) $$EOC $$eval($${xge}.commands)
|
2011-04-27 10:05:43 +00:00
|
|
|
}
|
|
|
|
}
|