From 2ca2be2793edf9bd3f0570a600e9f2d0f1acd0c7 Mon Sep 17 00:00:00 2001 From: Sebastian Sauer Date: Sun, 22 Oct 2006 06:40:02 +0000 Subject: ok, now it's official. I am stupid :-/ svn path=/trunk/KDE/kdelibs/; revision=597959 --- modules/FindKDE4Internal.cmake | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'modules') diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index b66b9f80..fd7f23ab 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -518,31 +518,7 @@ if (WIN32) # windows, mingw if(MINGW) - #TODO: why does it break Qt 4.1.x? + move such code to FindKDEWIN32.cmake - #following is needed to get it compiling with Qt 4.2.1 - #see http://www.kdelibs.com/wiki/index.php/Building_KDElibs_4_using_GCC_and_MinGW_with_Qt_4.2 - - # FindZLIB.cmake - #set(ZLIB_INCLUDE_DIR ${KDEWIN32_INCLUDES}) - #set(ZLIB_LIBRARY ${KDEWIN32_LIBRARY_PATH}/zlib) - # FindPCRE.cmake - #set(PCRE_INCLUDE_DIR ${KDEWIN32_INCLUDES}) - #set(PCRE_LIBRARIES ${KDEWIN32_LIBRARY_PATH}/pcre) - # FindLibXml2.cmake - #set(LIBXML2_INCLUDE_DIR ${KDEWIN32_INCLUDES}) - #set(LIBXML2_LIBRARIES ${KDEWIN32_LIBRARY_PATH}/libxml2) - # FindLibXslt.cmake - #set(LIBXSLT_INCLUDE_DIR ${KDEWIN32_INCLUDES}) - #set(LIBXSLT_LIBRARIES ${KDEWIN32_LIBRARY_PATH}/libxslt) - # FindJPEG.cmake - #set(JPEG_INCLUDE_DIR ${KDEWIN32_INCLUDES}) - #set(JPEG_LIBRARY ${KDEWIN32_LIBRARY_PATH}/jpeg) - # FindGIF.cmake - #set(GIF_INCLUDE_DIR ${KDEWIN32_INCLUDES}) - #set(GIF_LIBRARIES ${KDEWIN32_LIBRARY_PATH}/giflib) - # FindPNG.cmake - #set(PNG_PNG_INCLUDE_DIR ${KDEWIN32_INCLUDES}) - #set(PNG_LIBRARY ${KDEWIN32_LIBRARY_PATH}/libpng) + #hmmm, something special to do here ? endif(MINGW) # windows, microsoft compiler -- cgit v1.2.1