mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-26 08:29:54 -06:00
Merge topic 'autouic-missed-ui-dependency'
4f577d9f3a AUTOUIC: Fix missed ui files in Ninja deps
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5806
This commit is contained in:
@@ -1589,14 +1589,14 @@ bool cmQtAutoMocUicT::JobEvalCacheUicT::FindIncludedUi(
|
||||
};
|
||||
|
||||
// Vicinity of the source
|
||||
if (findUi(cmStrCat(sourceDirPrefix, this->UiName))) {
|
||||
return true;
|
||||
}
|
||||
if (!includePrefix.empty()) {
|
||||
if (findUi(cmStrCat(sourceDirPrefix, includePrefix, this->UiName))) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
if (findUi(cmStrCat(sourceDirPrefix, this->UiName))) {
|
||||
return true;
|
||||
}
|
||||
// Additional AUTOUIC search paths
|
||||
auto const& searchPaths = this->UicConst().SearchPaths;
|
||||
if (!searchPaths.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user