diff options
author | David Faure <faure@kde.org> | 2007-05-02 09:49:31 +0000 |
---|---|---|
committer | David Faure <faure@kde.org> | 2007-05-02 09:49:31 +0000 |
commit | a3f602414cbeaf7b96b833841935d722c347a54c (patch) | |
tree | a87da75eef5421bfe45b642c3ca8fee488fe1aca /modules/FindKDE4Internal.cmake | |
parent | c8c5ce2eb675c3f4598aac3f05b846ad8a8bb9f2 (diff) | |
download | extra-cmake-modules-a3f602414cbeaf7b96b833841935d722c347a54c.tar.gz extra-cmake-modules-a3f602414cbeaf7b96b833841935d722c347a54c.tar.bz2 |
Let's be consistent with the rest of FindKDE4Internal: renamed to KMETADATA_LIBS
svn path=/trunk/KDE/kdelibs/; revision=660314
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index dc7035d4..427a71cf 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -68,7 +68,7 @@ # KDE4_SOLID_LIBS - the solid library and all depending libraries # KDE4_KNOTIFYCONFIG_LIBS - the knotify config library and all depending libraries # KDE4_KROSSCORE_LIBS - the kross core library and all depending libraries -# KDE4_KROSSUI_LIBRARY - the kross ui library which includes core 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_KNEPOMUK_LIBS - the knepomuk library and all depending libraries # KDE4_KMETADATA_LIBS - the kmetadata library and all depending libraries |