aboutsummaryrefslogtreecommitdiff
path: root/kde-modules
diff options
context:
space:
mode:
authorJonathan Riddell <jr@jriddell.org>2014-04-30 16:33:32 +0100
committerJonathan Riddell <jr@jriddell.org>2014-04-30 16:54:03 +0100
commit8ca970d90f6692510ea30cdba268b6fbb2bccae0 (patch)
treeef84ca30ae9636fce7e90e775d8baebb56b6687f /kde-modules
parentbb134098e370d1ce6760e06c3c91da2ffcf9f669 (diff)
downloadextra-cmake-modules-8ca970d90f6692510ea30cdba268b6fbb2bccae0.tar.gz
extra-cmake-modules-8ca970d90f6692510ea30cdba268b6fbb2bccae0.tar.bz2
more updates to comments
REVIEW: 117907
Diffstat (limited to 'kde-modules')
-rw-r--r--kde-modules/KDEInstallDirs.cmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/kde-modules/KDEInstallDirs.cmake b/kde-modules/KDEInstallDirs.cmake
index d0b688fb..6de73e64 100644
--- a/kde-modules/KDEInstallDirs.cmake
+++ b/kde-modules/KDEInstallDirs.cmake
@@ -22,11 +22,11 @@
# combines BUNDLE_INSTALL_DIR, BIN_INSTALL_DIR and LIB_INSTALL_DIR; see
# below
# ``INCLUDE_INSTALL_DIR``
-# C and C++ header files (``include/KF5``)
+# C and C++ header files (``include``)
# ``QT_PLUGIN_INSTALL_DIR``
# Qt plugins (``${LIB_INSTALL_DIR}/plugins``)
# ``PLUGIN_INSTALL_DIR``
-# KDE plugins (``${QT_PLUGIN_INSTALL_DIR}/kf5``)
+# KDE plugins (``${QT_PLUGIN_INSTALL_DIR}``)
# ``IMPORTS_INSTALL_DIR``
# QML imports (``${QT_PLUGIN_INSTALL_DIR}/imports``)
# ``QML_INSTALL_DIR``
@@ -49,6 +49,8 @@
# the icons (``share/icons``)
# ``KCFG_INSTALL_DIR``
# kconfig files (``share/config.kcfg``)
+# ``KNOTIFYRC_INSTALL_DIR``
+# install dir for knotifyrc files (``share/knotifications5``)
# ``LOCALE_INSTALL_DIR``
# translations (``share/locale``)
# ``MAN_INSTALL_DIR``