renaming kde-config to kde4-config

Alexander Neundorf neundorf at kde.org
Sun Jan 7 09:12:23 GMT 2007


On Sunday 07 January 2007 01:38, David Faure wrote:
> On Sunday 24 December 2006 19:58, Thiago Macieira wrote:
...
> > Just add a .4 at the end for all modules. QLibrary is capable of finding
> > the proper version of a library/module in almost all platforms.
>
> Sounds good. Alex, can you check if cmake can do that?
> kde4_add_kdeinit_executable(kbuildsycoca NOGUI
> ${kbuildsycoca_KDEINIT_SRCS}) should create a libkdeinit_kbuildsycoca.so.4
> instead of a libkdeinit_kbuildsycoca.so 

set_target_properties(kdeinit_kbuildsycoca PROPERTIES SOVERSION 4)
creates the symlink libkdeinit_kbuildsyscoca.so 
wich points to libkdeinit_kbuildsyscoca.so.4

Is this good enough ?

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