<table><tr><td style="">kossebau created this revision.<br />kossebau added reviewers: Frameworks, Build System, vkrause.<br />Herald added projects: Frameworks, Build System.<br />Herald added subscribers: kde-buildsystem, kde-frameworks-devel.<br />kossebau 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/D23725">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The initial API asked to have custom C++ code to be parsed as string<br />
arguments. As any ";" in such strings would be treated as list separators,<br />
the initial API as workaround required to encode those in the passed<br />
code text with "<span class="phabricator-remarkup-mention-unknown">@SEMICOLON</span>@".</p>

<p>As alternative variant the approach from the GENERATE_EXPORT_HEADER()<br />
macro and its CUSTOM_CONTENT_FROM_VARIABLE is now used, where instead<br />
the name of the variable is passed, from which then the full code could<br />
be fetched and directly used.<br />
As API user one no longer can pass code snippets directly inline as<br />
argument, but no longer needs to use the awkward <span class="phabricator-remarkup-mention-unknown">@SEMICOLON</span>@.</p>

<p>As ECMAddQtDesignerPlugin is not yet part of a released version,<br />
the API can be still changed.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R240 Extra CMake Modules</div></div></div><br /><div><strong>BRANCH</strong><div><div>createqtdesignerpluginpasscodebyvarname</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D23725">https://phabricator.kde.org/D23725</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>modules/ECMAddQtDesignerPlugin.cmake</div></div></div><br /><div><strong>To: </strong>kossebau, Frameworks, Build System, vkrause<br /><strong>Cc: </strong>kde-frameworks-devel, kde-buildsystem, LeGast00n, GB_2, bencreasy, michaelh, ngraham, bruns<br /></div>