diff options
| author | Alexander Neundorf <neundorf@kde.org> | 2006-03-18 13:58:59 +0000 | 
|---|---|---|
| committer | Alexander Neundorf <neundorf@kde.org> | 2006-03-18 13:58:59 +0000 | 
| commit | c3e54160c928f6d32f58929bd0da31bc110e9cc3 (patch) | |
| tree | 4ca372325d0ea277fb075aed79dc9de2acea8e19 | |
| parent | 1baaa167eab722507371def0cb40f9b4462914ec (diff) | |
| download | extra-cmake-modules-c3e54160c928f6d32f58929bd0da31bc110e9cc3.tar.gz extra-cmake-modules-c3e54160c928f6d32f58929bd0da31bc110e9cc3.tar.bz2  | |
one more typo
Alex
svn path=/trunk/KDE/kdelibs/; revision=519995
| -rw-r--r-- | modules/FindKDE3.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE3.cmake b/modules/FindKDE3.cmake index 63a7d239..e43c7db1 100644 --- a/modules/FindKDE3.cmake +++ b/modules/FindKDE3.cmake @@ -4,7 +4,7 @@  # KDE3_DEFINITIONS         - compiler definitions required for compiling KDE software  # KDE3_INCLUDE_DIR         - the KDE include directory  # KDE3_INCLUDE_DIRS        - the KDE and the Qt include directory, for use with INCLUDE_DIRECTORIES() -# KDE3_LIB_DIR             - the directory where the KDE libraries are installed, for use with LINK_DIR() +# KDE3_LIB_DIR             - the directory where the KDE libraries are installed, for use with LINK_DIRECTORIES()  # QT_AND_KDECORE_LIBRARIES - this contains both the Qt and the kdecore library  # KDE3_DCOPIDL_EXECUTABLE  - the dcopidl executable  # KDE3_DCOPIDL2CPP_EXECUTABLE - the dcopidl2cpp executable  | 
