From e22c0b65efc9163a33ed5573f261dfff57e37096 Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 5 Feb 2007 20:56:23 +0000 Subject: Needed for other modules to use kdefakes without hardcoding the lib dir svn path=/trunk/KDE/kdelibs/; revision=630595 --- modules/FindKDE4Internal.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index f5c621e1..2e849674 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -405,6 +405,9 @@ else (_kdeBootStrapping) # this file contains all dependencies of all libraries of kdelibs, Alex include(${kde_cmake_module_dir}/KDELibsDependencies.cmake) + find_library(KDE4_KDEFAKES_LIBRARY NAMES kdefakes PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH ) + set(KDE4_KDEFAKES_LIBS ${kdefakes_LIB_DEPENDS} ${KDE4_KDEFAKES_LIBRARY} ) + find_library(KDE4_KDECORE_LIBRARY NAMES kdecore PATHS ${KDE4_LIB_INSTALL_DIR} NO_DEFAULT_PATH ) set(KDE4_KDECORE_LIBS ${kdecore_LIB_DEPENDS} ${KDE4_KDECORE_LIBRARY} ) -- cgit v1.2.1