From cf46a70c5cc373e23ea2075c2a2fb0e41cfffe96 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sat, 11 Feb 2006 20:19:59 +0000 Subject: -changed kde4_create_libtool_file (target dir_relative_to_libdir) to kde4_install_libtool_file(dir_relative_to_install_prefix target) -added variable KDE4_PLUGIN_INSTALL_DIR, used usually for installing plugins -changed am2cmake accordingly -edited FindLibXml2.cmake and FindLibArt so that they work correctly with CMAKE_INSTALL_PATH -changed generated_findpackage_file accordingly -some minor formatting changes Alex CCMAIL: montel@kde.org svn path=/trunk/KDE/kdelibs/; revision=508458 --- modules/FindKDE4.cmake | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'modules/FindKDE4.cmake') diff --git a/modules/FindKDE4.cmake b/modules/FindKDE4.cmake index b09ddcd1..12e6b89b 100644 --- a/modules/FindKDE4.cmake +++ b/modules/FindKDE4.cmake @@ -18,7 +18,7 @@ # KDE4_ADD_KCFG_FILES # KDE4_AUTOMOC # KDE4_PLACEHOLDER -# KDE4_CREATE_LIBTOOL_FILE +# KDE4_INSTALL_LIBTOOL_FILE # KDE4_CREATE_FINAL_FILE # KDE4_ADD_KPART # KDE4_ADD_KLM @@ -62,9 +62,10 @@ SET(XDG_DIRECTORY_DIR /share/desktop-directories) # the following are directories where stuff will be installed to #SET(KDE4_SYSCONF_INSTALL_DIR "/etc" CACHE STRING "The kde sysconfig install dir (default /etc)") -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_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)") -- cgit v1.2.1