summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Scope.cpp
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-10-08 12:01:45 +0200
committercon <qtc-committer@nokia.com>2009-10-12 11:11:01 +0200
commiteacb27f1fb114046c5cf7881eca2bf841ab8b334 (patch)
treefd4a1c28abd55d2832ca2b7af92bb5e1ef4746fa /src/shared/cplusplus/Scope.cpp
parent420b09e8c25e92fc173ff6f6a6547fd7f13699d3 (diff)
downloadqt-creator-eacb27f1fb114046c5cf7881eca2bf841ab8b334.tar.gz
Fixed transient compile failure with highly parallel jom.
These .pri files which add to INCLUDEPATH and have FORMS should also add to DEPENDPATH. Adding to INCLUDEPATH does not add to DEPENDPATH by default with qmake. That means qmake may not find headers in those paths and won't consider them dependencies when compiling the source files which include them. This doesn't matter when all the headers in the new INCLUDEPATH are always present, but when some of them are generated (e.g. from FORMS), the dependencies are important and omitting them means a race condition in parallel builds. Fixes errors of the form: ..\..\shared\help\topicchooser.h(33) : fatal error C1083: Cannot open include file: 'ui_topicchooser.h': No such file or directory (cherry picked from commit 9a7e02946ab702e25f1b616187492dd1a3486727)
Diffstat (limited to 'src/shared/cplusplus/Scope.cpp')
0 files changed, 0 insertions, 0 deletions