"src/plugins/git/git@git.qt.io:tohunger/qt-creator.git" did not exist on "eacb27f1fb114046c5cf7881eca2bf841ab8b334"
Rohan McGovern
authored
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 9a7e0294)
Name | Last commit | Last update |
---|---|---|
bin | ||
dist | ||
doc | ||
scripts | ||
share | ||
src | ||
tests | ||
.gitignore | ||
HACKING | ||
LGPL_EXCEPTION.TXT | ||
LICENSE.LGPL | ||
README | ||
qtcreator.pri | ||
qtcreator.pro |