[WebKit-devel] Re: FindKWebKitPart.cmake installed

Dawit A adawit at kde.org
Thu Jul 21 01:55:41 CEST 2011


On Wed, Jul 20, 2011 at 6:04 PM,  <alekcejk at googlemail.com> wrote:
> Hi,
>
> libkwebkit.so library and header files kwebkitpart.h and kwebkit_export.h
> not installed since kwebkitpart 1.1.

libkwebkit.so has been deprecated in favor of libkdewebkit.so from
kdelibs. The same goes for the public interfaces of kwebkitpart. From
v1.1 onwards, you can manipulatable kwebkitpart only through the
public KParts api. For anything more involved one would have to use
kdewebkit which is a non KParts API.

> But there is still installed FindKWebKitPart.cmake which, in particular,
> contains lines with kwebkitpart.h:
>
> FIND_PATH(KWEBKITPART_INCLUDE_DIR NAMES kwebkitpart.h
>  PATHS
>  ${KDE4_INCLUDE_INSTALL_DIR}
> )
>
> So is FindKWebKitPart.cmake  left intentionally or should be removed?

That should be removed. It was unintentionally left over from the v1.1 clean up.


More information about the WebKit-devel mailing list