summaryrefslogtreecommitdiffstats
path: root/Modules/FindKDE3.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-03-18 17:16:20 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2006-03-18 17:16:20 (GMT)
commit263de48025f9a374e2109452ea8de0f8fa91e49f (patch)
tree66185ed88c778a487f47194053840bdc14d385c8 /Modules/FindKDE3.cmake
parentabe0e6853561f59efd4a4d9ba332c8561029e11f (diff)
downloadCMake-263de48025f9a374e2109452ea8de0f8fa91e49f.zip
CMake-263de48025f9a374e2109452ea8de0f8fa91e49f.tar.gz
CMake-263de48025f9a374e2109452ea8de0f8fa91e49f.tar.bz2
STYLE: fix typos
Alex
Diffstat (limited to 'Modules/FindKDE3.cmake')
-rw-r--r--Modules/FindKDE3.cmake7
1 files changed, 3 insertions, 4 deletions
diff --git a/Modules/FindKDE3.cmake b/Modules/FindKDE3.cmake
index 51e2ced..e43c7db 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
@@ -53,13 +53,12 @@
# Create a KDE plugin (KPart, kioslave, etc.) from the given source files.
# It supports KDE3_ENABLE_FINAL
# If WITH_PREFIX is given, the resulting plugin will have the prefix "lib", otherwise it won't.
-# It creates and install an appropriate libtool la-file.
+# It creates and installs an appropriate libtool la-file.
#
# KDE3_ADD_KDEINIT_EXECUTABLE(name file1 ... fileN )
# Create a KDE application in the form of a module loadable via kdeinit.
-# It supports KDE3_ENABLE_FINAL.
# A library named kdeinit_<name> will be created and a small executable which links to it.
-# Supports KDE3_ENABLE_FINAL
+# It supports KDE3_ENABLE_FINAL
#
# Author: Alexander Neundorf <neundorf@kde.org>