Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/mkspecs/features/incredibuild_xge.prf

    r2 r846  
    11contains(TEMPLATE, "vc.*")|contains(TEMPLATE_PREFIX, "vc") {
    2     EOC = \$\$escape_expand(\n\t)
     2    EOC = $$escape_expand(\\n\\t)
    33
    44    # The VCPROJ generator will replace the \r\h with the coded \r\n: 

    55    # No other generator understands the \h
    6     win32-msvc.net|win32-msvc2*|wince*msvc*: EOC = \$\$escape_expand(\r\h)
     6    win32-msvc2*|wince*msvc*: EOC = $$escape_expand(\\r\\h)
    77
    88    for(xge, INCREDIBUILD_XGE) {
    9         eval($${xge}.commands = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$replace($${xge}.output,/,\\) $$EOC $$eval($${xge}.commands))
     9        $${xge}.commands = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$replace($${xge}.output,/,\\) $$EOC $$eval($${xge}.commands)
    1010    }
    1111}
Note: See TracChangeset for help on using the changeset viewer.