diff options
| -rw-r--r-- | modules/FindKDE4Internal.cmake | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index caaa440c..192eccb1 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -41,9 +41,10 @@  #  KDE4_KNOTIFYCONFIG_LIBRARY- the knotifyconfig library  #  KDE4_KROSSCORE_LIBRARY   - the krosscore library  #  KDE4_KTEXTEDITOR_LIBRARY - the ktexteditor library -#  KDE4_NEPOMUK_LIBRARY    - the nepomuk library +#  KDE4_NEPOMUK_LIBRARY     - the nepomuk library  #  KDE4_PLASMA_LIBRARY      - the plasma library  #  KDE4_KUNITCONVERSION_LIBRARY - the kunitconversion library +#  KDE4_KDEWEBKIT_LIBRARY   - the kdewebkit library  #  #  KDE4_PLASMA_OPENGL_FOUND  - TRUE if the OpenGL support of Plasma has been found, NOTFOUND otherwise  # @@ -72,9 +73,10 @@  #  KDE4_KROSSCORE_LIBS        - the kross core library and all depending libraries  #  KDE4_KROSSUI_LIBS          - the kross ui library which includes core and all depending libraries  #  KDE4_KTEXTEDITOR_LIBS      - the ktexteditor library and all depending libraries -#  KDE4_NEPOMUK_LIBS         - the nepomuk library and all depending libraries +#  KDE4_NEPOMUK_LIBS          - the nepomuk library and all depending libraries  #  KDE4_PLASMA_LIBS           - the plasma library and all depending librairies  #  KDE4_KUNITCONVERSION_LIBS  - the kunitconversion library and all depending libraries +#  KDE4_KDEWEBKIT_LIBS        - the kdewebkit library and all depending libraries  #  # This module defines a bunch of variables used as locations for install directories.  # They can be relative (to CMAKE_INSTALL_PREFIX) or absolute. @@ -505,6 +507,7 @@ else (_kdeBootStrapping)     _kde4_set_lib_variables(KDE3SUPPORT   kde3support   ${KDE4_TARGET_PREFIX})     _kde4_set_lib_variables(KDECORE       kdecore       ${KDE4_TARGET_PREFIX})     _kde4_set_lib_variables(KDEUI         kdeui         ${KDE4_TARGET_PREFIX}) +   _kde4_set_lib_variables(KDEWEBKIT     kdewebkit     ${KDE4_TARGET_PREFIX})     _kde4_set_lib_variables(KDNSSD        kdnssd        ${KDE4_TARGET_PREFIX})     _kde4_set_lib_variables(KFILE         kfile         ${KDE4_TARGET_PREFIX})     _kde4_set_lib_variables(KHTML         khtml         ${KDE4_TARGET_PREFIX}) | 
