From 3ee8f55fc4ef03d3c164bf1ce451dacd881cb3f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Thu, 13 Jul 2006 13:14:26 +0000 Subject: handle win32 support in FindKDE4Internal.cmake svn path=/trunk/KDE/kdelibs/; revision=561849 --- modules/FindKDE4Internal.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/FindKDE4Internal.cmake') diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index b723517f..7f1e2117 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -449,7 +449,9 @@ if (WIN32) find_package(KDEWIN32 REQUIRED) - set( _KDE4_PLATFORM_INCLUDE_DIRS ${KDEWIN32_INCLUDES}) + find_package(GNUWIN32) + + set( _KDE4_PLATFORM_INCLUDE_DIRS ${KDEWIN32_INCLUDES} ${GNUWIN32_INCLUDE_DIR}) # if we are compiling kdelibs, add KDEWIN32_LIBRARIES explicitely, # otherwise they come from KDELibsDependencies.cmake, Alex -- cgit v1.2.1