<table><tr><td style="">sitter created this revision.<br />sitter added reviewers: apol, nicolasfella, cullmann.<br />Herald added projects: Frameworks, Build System.<br />Herald added subscribers: kde-buildsystem, kde-frameworks-devel.<br />sitter requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D23262">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>autouic (like automoc) assumes that every ui_*.h include statement it finds<br />
relates to a .ui file that needs generating. this is not always true.</p>

<p>e.g. we have software which generates ui_debug.h which is simply<br />
a qloggingcategory header for the UI category of that software which would<br />
then trip up autouic because it would assume there's a .ui file when there<br />
really isn't one.</p>

<p>unfortunately the ui_ assumption cannot be selectively disabled, so we<br />
can't have explicit listing of .ui in source lists</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">set(foo_SRCS foo.cpp foo.ui)</pre></div>

<p>without also getting the not particularly compatible include assumptions.<br />
this should be revisited for kf6 since there isn't a technical need for<br />
files to be called ui_*, they could just as well be *_ui or anything else<br />
so as to not clash with autouic assumption.</p>

<p>autorcc does not suffer from this problem so we can leave it enabled, for<br />
now anyway.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>sonnet builds again</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R240 Extra CMake Modules</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D23262">https://phabricator.kde.org/D23262</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>kde-modules/KDECMakeSettings.cmake</div></div></div><br /><div><strong>To: </strong>sitter, apol, nicolasfella, cullmann<br /><strong>Cc: </strong>kde-frameworks-devel, kde-buildsystem, LeGast00n, bencreasy, michaelh, ngraham, bruns<br /></div>