diff options
| author | Frederik Gladhorn <gladhorn@kde.org> | 2009-11-24 00:11:32 +0000 | 
|---|---|---|
| committer | Frederik Gladhorn <gladhorn@kde.org> | 2009-11-24 00:11:32 +0000 | 
| commit | da804391310966427bef25774d864ace23b08186 (patch) | |
| tree | 769c782ef0a7360d6306e65df27ac012a80e8f27 /modules | |
| parent | db0e350be6983f49776e7eae223284874d593bd8 (diff) | |
| download | extra-cmake-modules-da804391310966427bef25774d864ace23b08186.tar.gz extra-cmake-modules-da804391310966427bef25774d864ace23b08186.tar.bz2  | |
set knewstuff3 variables
svn path=/trunk/KDE/kdelibs/; revision=1053400
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/FindKDE4Internal.cmake | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 15c9a4bc..7eecb734 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -34,6 +34,7 @@  #  KDE4_KJS_LIBRARY         - the kjs library  #  KDE4_KJSAPI_LIBRARY      - the kjs public api library  #  KDE4_KNEWSTUFF2_LIBRARY  - the knewstuff2 library +#  KDE4_KNEWSTUFF3_LIBRARY  - the knewstuff3 library  #  KDE4_KDNSSD_LIBRARY      - the kdnssd library  #  KDE4_PHONON_LIBRARY      - the phonon library  #  KDE4_THREADWEAVER_LIBRARY- the threadweaver library @@ -63,6 +64,7 @@  #  KDE4_KJS_LIBS              - the kjs library and all depending libraries  #  KDE4_KJSAPI_LIBS           - the kjs public api library and all depending libraries  #  KDE4_KNEWSTUFF2_LIBS       - the knewstuff2 library and all depending libraries +#  KDE4_KNEWSTUFF3_LIBS       - the knewstuff3 library and all depending libraries  #  KDE4_KDNSSD_LIBS           - the kdnssd library and all depending libraries  #  KDE4_KDESU_LIBS            - the kdesu library and all depending libraries  #  KDE4_KPTY_LIBS             - the kpty library and all depending libraries @@ -516,6 +518,7 @@ else (_kdeBootStrapping)     _kde4_set_lib_variables(KJS           kjs           ${KDE4_TARGET_PREFIX})     _kde4_set_lib_variables(KJSAPI        kjsapi        ${KDE4_TARGET_PREFIX})     _kde4_set_lib_variables(KNEWSTUFF2    knewstuff2    ${KDE4_TARGET_PREFIX}) +   _kde4_set_lib_variables(KNEWSTUFF3    knewstuff3    ${KDE4_TARGET_PREFIX})     _kde4_set_lib_variables(KNOTIFYCONFIG knotifyconfig ${KDE4_TARGET_PREFIX})     _kde4_set_lib_variables(KPARTS        kparts        ${KDE4_TARGET_PREFIX})     _kde4_set_lib_variables(KROSSCORE     krosscore     ${KDE4_TARGET_PREFIX})  | 
