diff options
author | Urs Wolfer <uwolfer@kde.org> | 2009-11-08 15:04:23 +0000 |
---|---|---|
committer | Urs Wolfer <uwolfer@kde.org> | 2009-11-08 15:04:23 +0000 |
commit | 47d23e1b841cd76be75acd265b858d81b4c80eec (patch) | |
tree | 19154b6fc480cf2e7b778bc3a696986596f54e41 /modules | |
parent | de41f412dc5ddb2f82ae11ed2cd82adfc53b219f (diff) | |
download | extra-cmake-modules-47d23e1b841cd76be75acd265b858d81b4c80eec.tar.gz extra-cmake-modules-47d23e1b841cd76be75acd265b858d81b4c80eec.tar.bz2 |
Move kdewebkit from kdereview to kdelibs.
CCMAIL:webkit-devel@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1046374
Diffstat (limited to 'modules')
-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}) |