mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
9 lines
339 B
Plaintext
9 lines
339 B
Plaintext
|
contains(TEMPLATE, "vc.*") {
|
||
|
# The VCPROJ generator will replace the \r\h with the coded \r\n: 

|
||
|
EOC = $$escape_expand(\\r\\h)
|
||
|
|
||
|
for(xge, INCREDIBUILD_XGE) {
|
||
|
$${xge}.commands = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$system_path($${xge}.output) $$EOC $$eval($${xge}.commands)
|
||
|
}
|
||
|
}
|