KDE/kdelibs/cmake/modules

Alexander Neundorf neundorf at kde.org
Mon Mar 20 17:02:01 GMT 2006


On Monday 20 March 2006 15:22, Dirk Mueller wrote:
> On Sunday, 19. March 2006 23:23, Allen Winter wrote:
> > Support the KDEDIR environment variable for the installation prefix.
> > So you don't have to add -DCMAKE_INSTALL_PREFIX to the cmake command line
> > if you'd rather use good old reliable $KDEDIR.
>
> again? how many KDE major releases do we still need until $KDEDIR finally
> stops working?
>
> and do you know that cmake installs the shared libs with the wrong .soname,

That's what is currently done for most libs:

set_target_properties(kdecore PROPERTIES VERSION 4.2.0 SOVERSION 4 )

This was converted from the existing Makefile.am's.

So what do you suggest instead, maybe 
set_target_properties(kdecore PROPERTIES VERSION 5.0.0 SOVERSION 5 ) ?

Bye
Alex
-- 
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org                - http://www.kde.org
      alex AT neundorf.net               - http://www.neundorf.net




More information about the kde-core-devel mailing list