<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Am 30.10.2016 um 19:03 schrieb
      Christian David:<br>
    </div>
    <blockquote cite="mid:2150731.BvYOPYOer6@pion" type="cite">
      <pre wrap="">Am Sonntag, 30. Oktober 2016, 18:49:51 schrieb Ralf Habacker:
[…]
</pre>
      <blockquote type="cite">
        <pre wrap="">Your approach also includes the case of a coinstallation, say a stable
4.8.x version for real work and kf5 based version for development ?
</pre>
      </blockquote>
      <pre wrap="">[…]

Hi Ralf,

If you mean KMyMoney 4.8.x and KF5 then yes. We only need to add the required 
alkimia version to find_package() in KMyMoney.

I would test it myself but have not enought time at the moment (and I do not 
have any KDE 4 installed anymore, so that would take some time).
</pre>
    </blockquote>
    Thanks for your offer. I currently have both KDE4  available, so I
    can check it by myself <br>
    <br>
    alkimia 6.0 installs <br>
    -- Installing: /usr/local/lib64/libalkimia.so.6.0.90<br>
    -- Installing: /usr/local/lib64/libalkimia.so.6<br>
    -- Installing: /usr/local/lib64/libalkimia.so<br>
    -- Installing:
    /usr/local/lib64/cmake/LibAlkimia-6.0/LibAlkimiaTargets.cmake<br>
    -- Installing:
    /usr/local/lib64/cmake/LibAlkimia-6.0/LibAlkimiaTargets-noconfig.cmake<br>
    -- Installing: /usr/local/include/alkimia/alkvalue.h<br>
    -- Installing: /usr/local/include/alkimia/alkquoteitem.h<br>
    -- Installing: /usr/local/include/alkimia/alkcompany.h<br>
    -- Installing: /usr/local/include/alkimia/alk_export.h<br>
    -- Installing:
    /usr/local/lib64/cmake/LibAlkimia-6.0/LibAlkimiaConfig.cmake<br>
    -- Installing:
    /usr/local/lib64/cmake/LibAlkimia-6.0/LibAlkimiaConfigVersion.cmake<br>
    -- Installing: /usr/local/lib64/cmake/LibAlkimia-6.0/FindGMP.cmake<br>
    -- Installing: /usr/local/lib64/pkgconfig/libalkimia.pc<br>
    <br>
    and alkimia 5.0 <br>
    -- Installing: /usr/local/lib64/libalkimia.so.5.0.0<br>
    -- Installing: /usr/local/lib64/libalkimia.so.5<br>
    -- Installing: /usr/local/lib64/libalkimia.so<br>
    -- Installing:
    /usr/local/lib64/cmake/LibAlkimia/LibAlkimiaTargets.cmake<br>
    -- Installing:
    /usr/local/lib64/cmake/LibAlkimia/LibAlkimiaTargets-relwithdebinfo.cmake<br>
    -- Installing: /usr/local/include/alkimia/alkvalue.h<br>
    -- Installing: /usr/local/include/alkimia/alkquoteitem.h<br>
    -- Installing: /usr/local/include/alkimia/alkcompany.h<br>
    -- Installing: /usr/local/include/alkimia/alk_export.h<br>
    -- Installing:
    /usr/local/lib64/cmake/LibAlkimia/LibAlkimiaConfig.cmake<br>
    -- Installing:
    /usr/local/lib64/cmake/LibAlkimia/LibAlkimiaConfigVersion.cmake<br>
    -- Installing: /usr/local/lib64/pkgconfig/libalkimia.pc<br>
    <br>
    I tried setting<br>
    <br>
     find_package(LibAlkimia 5.0.0 REQUIRED NO_MODULE) and got installed
    version 5.0  <br>
     find_package(LibAlkimia 6.0.0 REQUIRED NO_MODULE) and got installed
    version 6.0<br>
    <br>
    which works as long as the cmake files are installed in separate
    directories. <br>
    <br>
    But looking at the file lists above there are still file name
    conflicts for include headers, pkg-config file and
    /usr/local/lib64/libalkimia.s<b>o</b><b><br>
      <br>
      Ralf <br>
    </b><br>
    <br>
    <br>
  </body>
</html>