Am 24.10.2016 um 18:07 schrieb Jack:
>
> Unless I am missing something (which is quite possible) once you make
> this change, one version or the other is going to have to change the
> name of it's header, pkgconfig, and cmake files, and any user of that
> version will also have to adapt. It's not
On 2016.10.24 11:59, Ralf Habacker wrote:
Am 24.10.2016 um 17:10 schrieb Jack:
> I do agree it is a good idea, but it is just a bit difficult since
> there has already been a release of a qt5 version with the old name.
Technical this could be solved by incrementing the so number of the
library. R
Am 24.10.2016 um 17:10 schrieb Jack:
> I do agree it is a good idea, but it is just a bit difficult since
> there has already been a release of a qt5 version with the old name.
Technical this could be solved by incrementing the so number of the
library. Recent Qt4 based releases provides libalkimia
On 2016.10.24 11:20, Ralf Habacker wrote:
Am 24.10.2016 um 17:10 schrieb Jack:
> Not only must the package name not conflict, but they must not both
> install the same files.
yes
> I know all the .so files would be different, but right now, things
> like the pkgconfig, cmake, and header files are
Am 24.10.2016 um 17:10 schrieb Jack:
> Not only must the package name not conflict, but they must not both
> install the same files.
yes
> I know all the .so files would be different, but right now, things
> like the pkgconfig, cmake, and header files are identically named. If
> you change the q
On 2016.10.24 05:43, Ralf Habacker wrote:
Am 23.10.2016 um 10:46 schrieb Thomas Baumgart:
> I took a glimpse and this seems to make sense. Would then in
KMyMoney 4.8
> something like
>
> find_package(LibAlkimiaQt4)
> if (not found)
> find_package(LibAlkimia REQUIRED)
> endif()
>
> be
Am 23.10.2016 um 10:46 schrieb Thomas Baumgart:
> I took a glimpse and this seems to make sense. Would then in KMyMoney 4.8
> something like
>
> find_package(LibAlkimiaQt4)
> if (not found)
> find_package(LibAlkimia REQUIRED)
> endif()
>
> be possible to further automate for both scenari