incredibuild_xge.prf 339 B

12345678
  1. contains(TEMPLATE, "vc.*") {
  2. # The VCPROJ generator will replace the \r\h with the coded \r\n: 

  3. EOC = $$escape_expand(\\r\\h)
  4. for(xge, INCREDIBUILD_XGE) {
  5. $${xge}.commands = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$system_path($${xge}.output) $$EOC $$eval($${xge}.commands)
  6. }
  7. }