aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2006-02-13 13:20:50 +0000
committerLaurent Montel <montel@kde.org>2006-02-13 13:20:50 +0000
commitc9ee42326c9f8609a6b8948e40c61dfc4459b63a (patch)
treedca19cee28c13f13d7fdc7d82bcaad2636490e44
parent75a07dd38b4a491a9d16d24492bea5c6ba90a8ff (diff)
downloadextra-cmake-modules-c9ee42326c9f8609a6b8948e40c61dfc4459b63a.tar.gz
extra-cmake-modules-c9ee42326c9f8609a6b8948e40c61dfc4459b63a.tar.bz2
Define plugin dir as subdir of lib dir
But for me it was better to define a variable to define just sub dir for plugins => kde4 and not all directory lib/kde4 svn path=/trunk/KDE/kdelibs/; revision=509024
-rw-r--r--modules/FindKDE4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4.cmake b/modules/FindKDE4.cmake
index f0b82112..934a41ad 100644
--- a/modules/FindKDE4.cmake
+++ b/modules/FindKDE4.cmake
@@ -65,7 +65,7 @@ SET(XDG_DIRECTORY_DIR /share/desktop-directories)
SET(KDE4_MAN_INSTALL_DIR "/man" CACHE STRING "The kde man install dir (default prefix/man/)")
SET(KDE4_INFO_INSTALL_DIR "/info" CACHE STRING "The kde info install dir (default prefix/info)")
SET(KDE4_LIB_INSTALL_DIR "/lib" CACHE STRING "The subdirectory relative to the install prefix where libraries will be installed (default is /lib)")
-SET(KDE4_PLUGIN_INSTALL_DIR "/lib/kde4" CACHE STRING "The subdirectory relative to the install prefix where plugins will be installed (default is /lib/kde4)")
+SET(KDE4_PLUGIN_INSTALL_DIR "${KDE4_LIB_INSTALL_DIR}/kde4" CACHE STRING "The subdirectory relative to the install prefix where plugins will be installed (default is ${KDE4_LIB_INSTALL_DIR}/kde4)")