aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/moduleloader.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-01-25 14:22:59 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-01-30 15:28:53 +0000
commitd61c5f66ff507fb496aeafbae424e5f789afa26a (patch)
tree81aafd82464f4e31a47493e080f05e4eda18e314 /src/lib/corelib/language/moduleloader.cpp
parentdaba827d0c1e9f69bc62260b24aa1691bdb9ff52 (diff)
Clean up the list of file dependencies before building
After adding an external file dependency, we would never remove it from the global list again, meaning the look-up table would contain stale entries if an external header file was moved around. Because we still checked the status of the artifact-local list of dependencies, the result was that in such a situation, the files including such a header would get recompiled on every build. [ChangeLog] Fixed constant rebuilding after moving an external header file. Task-number: QBS-1285 Change-Id: Id764da7485dd540f2ff64bcd890e43723f18e6cd Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/lib/corelib/language/moduleloader.cpp')
0 files changed, 0 insertions, 0 deletions