summaryrefslogtreecommitdiffstats
path: root/mkspecs/aix-g++-64
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-04-09 03:50:38 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-04-13 23:51:53 (GMT)
commit6e5774d84e7e3b68736f95fae09a084bd5b9ac7a (patch)
tree7b068f308da318dc83ade9eb6f97c2f336b04bef /mkspecs/aix-g++-64
parent5c36257e21d00106e36f5b68eea78507efc3f39c (diff)
downloadQt-6e5774d84e7e3b68736f95fae09a084bd5b9ac7a.zip
Qt-6e5774d84e7e3b68736f95fae09a084bd5b9ac7a.tar.gz
Qt-6e5774d84e7e3b68736f95fae09a084bd5b9ac7a.tar.bz2
Fixes compile of WebKit with MinGW when using any `-j' option to build
in parallel. On Windows, when a project has a lot of INCLUDEPATHs, some extra logic takes place to work around an issue of large command lines. Instead of passing all the paths directly to moc.exe, the paths are written to mocinclude.tmp which is then read from by moc.exe. Prior to this change, every moc rule tries to write to mocinclude.tmp. When running make with -j, this will happen in parallel, causing this error message: "The process cannot access the file because it is being used by another process" Change the logic so mocinclude.tmp is generated by its own rule. Reviewed-by: Lincoln Ramsay
Diffstat (limited to 'mkspecs/aix-g++-64')
0 files changed, 0 insertions, 0 deletions