Perhaps a problem (install into directory and shared lib)
Laurent Montel
montel at kde.org
Thu Feb 2 16:41:17 CET 2006
On Thursday 02 February 2006 16:26, Brad King wrote:
> Laurent Montel wrote:
> > Hi,
> >
> > I use :
> > install_targets(${KDE4_LIB_INSTALL_DIR}/kde4 plastik )
> >
> > with "KDE4_LIB_INSTALL_DIR" = /lib64
> > for *.so lib is installed into /lib64 but for la file it's installed into
> > /lib
> >
> >
> > FILE(INSTALL DESTINATION
> > "/home/lmontel/kde-4.0/kde4/build-cmake/lib/kde4" TYPE FILE FILES
> > "/home/lmontel/kde-4.0/kde4/kdelibs-cmake/kdelibs/kstyles/plastik/plastik
> >.la")
> >
> >
> > FILE(INSTALL DESTINATION
> > "/home/lmontel/kde-4.0/kde4/build-cmake/lib64/kde4" TYPE MODULE FILES
> > "/home/lmontel/kde-4.0/kde4/kdelibs-cmake/kdelibs/lib/plastik.so")
>
> What generates the install rule for the .la file? I don't think
> install_targets does that.
For the moment there is not a specific line for it.
How it's installed ?
What generate this line ?
"FILE(INSTALL DESTINATION
"/home/lmontel/kde-4.0/kde4/build-cmake/lib/kde4" TYPE FILE FILES
"/home/lmontel/kde-4.0/kde4/kdelibs-cmake/kdelibs/kstyles/plastik/plastik.la")"
?
> -Brad
More information about the Kde-buildsystem
mailing list