d0ba4f5386
qmake's new parser can deal with this much more readable code. Change-Id: I772c9da4c9d049e2b332305f41496ed1196f60eb Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
12 lines
443 B
Plaintext
12 lines
443 B
Plaintext
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) {
|
|
$${xge}.commands = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$shell_path($${xge}.output) $$EOC $$eval($${xge}.commands)
|
|
}
|
|
}
|