<div dir="ltr">code patched :<div><br></div><div><a href="https://commits.kde.org/digikam/eb2381a62aa64ad5acafd16d32bd74dc60668510">https://commits.kde.org/digikam/eb2381a62aa64ad5acafd16d32bd74dc60668510</a><br></div><div><br></div><div>Gilles Caulier</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-12-17 13:22 GMT+01:00 Simon Frei <span dir="ltr"><<a href="mailto:freisim93@gmail.com" target="_blank">freisim93@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I just started to build digikam with the new qtav integration. However<br>
it does not find the include dirs (see boostrap output below). I<br>
compiled qtav from source and create a .deb package for it (all<br>
preconfigured by qtav devs). This installs the include dir to<br>
/usr/include/x86_64-linux-gnu/<wbr>qt5/QtAVWidgets (usual path on debian)<br>
which is not found by the provided FindQtAv.cmake file. I added<br>
    ${_qt5_install_prefix}/../../.<wbr>./include/x86_64-linux-gnu/qt5<br>
to the HINTS and now it finds it. This is quite ugly, but seems necessary.<br>
<br>
-- QtAV search path: /usr/lib/x86_64-linux-gnu/<wbr>cmake<br>
-- Could NOT find QtAV (missing:  QTAV_INCLUDE_DIRS)<br>
-- QtAV_FOUND       = FALSE<br>
-- QtAV_INCLUDE_DIR = QTAV_CORE_INCLUDE_DIR-NOTFOUND<br>
QTAV_WIDGETS_INCLUDE_DIR-<wbr>NOTFOUND<br>
-- QtAV_LIBRARIES   =<br>
/usr/lib/x86_64-linux-gnu/<wbr>libQtAV.so;/usr/lib/x86_64-<wbr>linux-gnu/libQtAVWidgets.so<br>
<br>
<br>
<br>
</blockquote></div><br></div>