From 17cf3330acfb74ea087ac6926eb936e4b530c7dd Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sun, 23 Apr 2006 10:19:26 +0000 Subject: -remove KDE4_INCLUDE_DIRS, it doesn't exist -include MacroLibrary in the top level CMakeLists.txt instead of the separate macro files Alex svn path=/trunk/KDE/kdelibs/; revision=532921 --- modules/FindKDE4Internal.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 5366970d..f588639d 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -268,12 +268,15 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/kdecore/kglobal.h) # when building kdelibs, make the dcop and kcfg rules depend on the binaries... set( _KDE4_DCOPIDL2CPP_DEP dcopidl2cpp) set( _KDE4_KCONFIG_COMPILER_DEP kconfig_compiler) + set( _KDE4_MAKEKDEWIDGETS_DEP makekdewidgets) else(EXISTS ${CMAKE_SOURCE_DIR}/kdecore/kglobal.h) # ... but NOT otherwise set( _KDE4_DCOPIDL2CPP_DEP ) set( _KDE4_KCONFIG_COMPILER_DEP) + set( _KDE4_MAKEKDEWIDGETS_DEP) + set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib ) get_filename_component( kde_cmake_module_dir ${CMAKE_CURRENT_LIST_FILE} PATH) -- cgit v1.2.1