aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-03-18 17:49:45 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-03-18 17:49:45 +0000
commitd7ac18a0704fbc236fa572a9e21b82de7177fa7b (patch)
tree57dbdb08ac308fc075a609284f2f30dd9a646b41
parentfa505bcd71b8cf027f02d90c6cd52a8853cd7c22 (diff)
downloadextra-cmake-modules-d7ac18a0704fbc236fa572a9e21b82de7177fa7b.tar.gz
extra-cmake-modules-d7ac18a0704fbc236fa572a9e21b82de7177fa7b.tar.bz2
use kdecore instead of kxmlcore for determining kde4_lib_dir, since currently there is no kxmlcore.lib on windows
CCMAIL: ch.ehrlicher@gmx.de Christian, does it work this way better for you ? Alex svn path=/trunk/KDE/kdelibs/; revision=520059
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 8906ae8d..c0956a41 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -315,7 +315,7 @@ else(EXISTS ${CMAKE_SOURCE_DIR}/kdecore/kglobal.h)
/usr/local/lib)
set(KDE4_KXMLCORE_LIBRARIES ${kxmlcore_LIB_DEPENDS} ${KDE4_KXMLCORE_LIBRARY} )
- get_filename_component(KDE4_LIB_DIR ${KDE4_KXMLCORE_LIBRARY} PATH )
+ get_filename_component(KDE4_LIB_DIR ${KDE4_KDECORE_LIBRARY} PATH )