aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2009-01-05 20:51:55 +0000
committerDavid Faure <faure@kde.org>2009-01-05 20:51:55 +0000
commit51a0fee9a7674449106206f98058ab1571cc0505 (patch)
treec88b915941ea3b34a21fda275889be6cb5bc0a5a
parent34bf652b09c5a929bf0a43a744fdd51153906020 (diff)
downloadextra-cmake-modules-51a0fee9a7674449106206f98058ab1571cc0505.tar.gz
extra-cmake-modules-51a0fee9a7674449106206f98058ab1571cc0505.tar.bz2
Remove kformula as discussed on k-c-d.
It needs better maintainership, more apps using it, to follow the review process, and to avoid the code duplication with koffice... svn path=/trunk/KDE/kdelibs/; revision=906279
-rw-r--r--modules/FindKDE4Internal.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 1587bdf0..37d1f8c3 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -43,7 +43,6 @@
# KDE4_KTEXTEDITOR_LIBRARY - the ktexteditor library
# KDE4_KNEPOMUK_LIBRARY - the knepomuk library
# KDE4_KMETADATA_LIBRARY - the kmetadata library
-# KDE4_KFORMULA_LIBRARY - the kformula library
# KDE4_PLASMA_LIBRARY - the plasma library
#
# KDE4_PLASMA_OPENGL_FOUND - TRUE if the OpenGL support of Plasma has been found, NOTFOUND otherwise
@@ -75,7 +74,6 @@
# KDE4_KTEXTEDITOR_LIBS - the ktexteditor library and all depending libraries
# KDE4_KNEPOMUK_LIBS - the knepomuk library and all depending libraries
# KDE4_KMETADATA_LIBS - the kmetadata library and all depending libraries
-# KDE4_KFORMULA_LIBS - the kformula library and all depending librairies
# KDE4_PLASMA_LIBS - the plasma library and all depending librairies
#
# This module defines a bunch of variables used as locations for install directories.
@@ -455,7 +453,6 @@ else (_kdeBootStrapping)
_kde4_set_lib_variables(KDEUI kdeui ${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(KFORMULA kformula ${KDE4_TARGET_PREFIX})
_kde4_set_lib_variables(KHTML khtml ${KDE4_TARGET_PREFIX})
_kde4_set_lib_variables(KIO kio ${KDE4_TARGET_PREFIX})
_kde4_set_lib_variables(KJS kjs ${KDE4_TARGET_PREFIX})