qt5base-lts/qmake
Joerg Bornemann 7ff393944e qmake: do not exclusively lock files for reading on Windows/MSVC
When sifting through a file to find Q_OBJECT and friends, qmake
was locking it for reading and writing (_SH_DENYRW).
This breaks parallel builds where multiple qmake instances might want
to scan the same file.
Changed the sharing constant to _SH_DENYNO, which doesn't lock the
file at all. This is consistent with the _sopen_s call in findDeps.

Change-Id: I9c0a06db7f580f411e79d9d96dd36a6d705679aa
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2012-11-23 10:08:10 +01:00
..
generators qmake: do not exclusively lock files for reading on Windows/MSVC 2012-11-23 10:08:10 +01:00
library rewrite default spec handling 2012-11-01 20:17:57 +01:00
cachekeys.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
main.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
Makefile.unix port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00
Makefile.win32 port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00
Makefile.win32-g++ port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00
meta.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
meta.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
option.cpp Tools: add QLibraryInfo to the bootstrapped library. 2012-10-08 17:14:24 +02:00
option.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
project.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
project.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
property.cpp Add a new location for QML 2.x imports 2012-11-19 15:25:54 +01:00
property.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qmake_pch.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qmake.pri port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00
qmake.pro port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00