aboutsummaryrefslogtreecommitdiff
path: root/kde-modules
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2014-07-07 00:09:53 +0200
committerDavid Faure <faure@kde.org>2014-07-07 00:10:57 +0200
commit032b4c4baaaff5fde1243864149d33f545767b5c (patch)
tree4e5a58cfe0155c3b2fe6ba3a6c0bff11911a7ff3 /kde-modules
parent63eb8231b05db23465290c3ca18d73e58db6aa33 (diff)
downloadextra-cmake-modules-032b4c4baaaff5fde1243864149d33f545767b5c.tar.gz
extra-cmake-modules-032b4c4baaaff5fde1243864149d33f545767b5c.tar.bz2
Define convenience variable for DATAROOTDIR/kxmlgui5.
See RR 119142 for more details.
Diffstat (limited to 'kde-modules')
-rw-r--r--kde-modules/KDEInstallDirs.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/kde-modules/KDEInstallDirs.cmake b/kde-modules/KDEInstallDirs.cmake
index 061e542b..90ed5b8d 100644
--- a/kde-modules/KDEInstallDirs.cmake
+++ b/kde-modules/KDEInstallDirs.cmake
@@ -69,6 +69,9 @@
# ``KSERVICETYPES5DIR``
# service types for KDE Frameworks 5 (``DATAROOTDIR/kservicetypes5``)
# [``SERVICETYPES_INSTALL_DIR``]
+# ``KXMLGUI5DIR``
+# knotify description files (``DATAROOTDIR/kxmlgui5``)
+# [``KXMLGUI_INSTALL_DIR``]
# ``KNOTIFY5RCDIR``
# knotify description files (``DATAROOTDIR/knotifications5``)
# [``KNOTIFYRC_INSTALL_DIR``]
@@ -384,6 +387,9 @@ _define_relative(KSERVICETYPES5DIR DATAROOTDIR "kservicetypes5"
_define_relative(KNOTIFY5RCDIR DATAROOTDIR "knotifications5"
"knotify description files"
KNOTIFYRC_INSTALL_DIR)
+_define_relative(KXMLGUI5DIR DATAROOTDIR "kxmlgui5"
+ "kxmlgui .rc files"
+ KXMLGUI_INSTALL_DIR)
# Cross-desktop or other system things
_define_relative(ICONDIR DATAROOTDIR "icons"