<table><tr><td style="">kossebau created this revision.<br />kossebau added reviewers: broulik, TheAssassin, azubieta.<br />Herald added projects: Dolphin, Frameworks.<br />Herald added subscribers: kfm-devel, 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/D17088">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The current CMake Config file of libappimage does not specify any<br />
imported target nameed "appimage". Instead it provides a shared lib<br />
target "libappimage" and a static lib target "libappimage_static".<br />
Both though are also broken in that they have targets to further<br />
dependencies in their link list, which though are only defined in the<br />
internal build system, but not provided with the installed CMake Config<br />
file.</p>
<p>Additionally the LIBAPPIMAGE_INCLUDE_DIRS is currently not set,<br />
<a href="https://github.com/AppImage/libappimage/pull/17" class="remarkup-link" target="_blank" rel="noreferrer">https://github.com/AppImage/libappimage/pull/17</a> hopefully fixes this<br />
for future versions.</p>
<p>The previous simple "appimage" only worked if libappimage was installed<br />
to an otherwise known prefix, so include dirs and library paths were among<br />
the ones considered, and the linker would find libappimage via -lappimage.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Building against current version of libappimage installed to custom prefix<br />
works, as well as building against the patched version.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R320 KIO Extras</div></div></div><br /><div><strong>BRANCH</strong><div><div>fixappimagelinking</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D17088">https://phabricator.kde.org/D17088</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>thumbnail/CMakeLists.txt</div></div></div><br /><div><strong>To: </strong>kossebau, broulik, TheAssassin, azubieta<br /><strong>Cc: </strong>kde-frameworks-devel, kfm-devel, alexde, sourabhboss, feverfew, michaelh, spoorun, navarromorales, firef, ngraham, andrebarros, bruns, emmanuelp, mikesomov<br /></div>