"Daniel E. Moctezuma" writes:
> if( KROSSPYTHON_LIBRARY )
> set( KROSSPYTHON_FOUND TRUE )
> else( KROSSPYTHON_LIBRARY )
> find_library( KROSSPYTHON_LIBRARY
> NAMES krosspython
> PATHS ${KDE4_LIB_DIR}
> ${LIB_INSTALL_DIR} )
>
> inc
Hi,
I'm trying to make a CMake Module to find whether or not KrossPython is
installed, as fas as I know once you install the Python plugin for Kross,
you will have a 'krosspython.so' file installed (in my case this file is in
/usr/lib64/kde4).
The problem is, the code below is not finding that li
Hi, the release-team has written a minor point release policy for KDE main
modules.
You can find it at http://techbase.kde.org/Policies/Minor_Point_Release_Policy
As far as we know it covers what we already do, just makes it a bit more
official and standarized.
Albert
>> Visit http://mail.kd