<table><tr><td style="">masonm created this revision.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />masonm 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/D24477">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Build fails to generate binary resource (breeze-icons.rcc) by default. The proposed patch fixes this by adding the QtCore directory to the qrcAlias command invocation.</p></div></div><br /><div><strong>TEST PLAN</strong><div><ol class="remarkup-list">
<li class="remarkup-list-item">In root of breeze-icons project generate the project using CMake with install prefix set</li>
<li class="remarkup-list-item">The resultant makefiles or .vcxproj files should have PATH=<path to qt core> (on Windows) and LD_LIBRARY_PATH=<path to qt core> (on Unix)</li>
<li class="remarkup-list-item">Build the install target</li>
<li class="remarkup-list-item">Verify that breeze-icons.rcc was successfully copied to <install prefix>/bin/data/icons/breeze</li>
<li class="remarkup-list-item">Same as 3 but for breeze-icons-dark.rcc</li>
</ol>

<p>Note: it must be tested when Qt is <em>not</em> already in the PATH or LD_LIBRARY_PATH</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R266 Breeze Icons</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D24477">https://phabricator.kde.org/D24477</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>CMakeLists.txt</div></div></div><br /><div><strong>To: </strong>masonm<br /><strong>Cc: </strong>kde-frameworks-devel, VDG, LeGast00n, GB_2, michaelh, ngraham, bruns<br /></div>