aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2007-06-08 07:44:16 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2007-06-08 07:44:16 +0000
commit7e7111d020a1d9859928b6e4c83efd81df6ad703 (patch)
treedf85a44d57d1b00c9253ddc537ea409cd57144ff /modules/FindKDE4Internal.cmake
parent04415ab3f093b2944985a525d65fe3a2555803cb (diff)
downloadextra-cmake-modules-7e7111d020a1d9859928b6e4c83efd81df6ad703.tar.gz
extra-cmake-modules-7e7111d020a1d9859928b6e4c83efd81df6ad703.tar.bz2
- splitted KDEWIN32 and GUNWIN32 module into KDEWIN and KDEWIN32, where KDEWIN sets include/library search path for all other modules and KDEWIN32 search for kdewin32 library in the found locations.
svn path=/trunk/KDE/kdelibs/; revision=672805
Diffstat (limited to 'modules/FindKDE4Internal.cmake')
-rw-r--r--modules/FindKDE4Internal.cmake8
1 files changed, 2 insertions, 6 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 74b86b8f..df3db208 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -533,11 +533,7 @@ if (WIN32)
find_package(KDEWIN32 REQUIRED)
- # is GnuWin32 required or does e.g. Visual Studio provide an own implementation?
- #find_package(GNUWIN32 REQUIRED)
- find_package(GNUWIN32)
-
- set( _KDE4_PLATFORM_INCLUDE_DIRS ${KDEWIN32_INCLUDES} ${GNUWIN32_INCLUDE_DIR})
+ set( _KDE4_PLATFORM_INCLUDE_DIRS ${KDEWIN32_INCLUDES})
# if we are compiling kdelibs, add KDEWIN32_LIBRARIES explicitely,
# otherwise they come from KDELibsDependencies.cmake, Alex
@@ -777,7 +773,7 @@ endif (CMAKE_C_COMPILER MATCHES "icc")
# we prefer to use a different postfix for debug libs only on Windows
# does not work atm
if (WIN32)
- SET(CMAKE_DEBUG_POSTFIX "")
+ SET(CMAKE_DEBUG_POSTFIX "d")
endif (WIN32)
########### end of platform specific stuff ##########################