aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSebastian Sauer <mail@dipe.org>2006-10-22 06:40:02 +0000
committerSebastian Sauer <mail@dipe.org>2006-10-22 06:40:02 +0000
commit2ca2be2793edf9bd3f0570a600e9f2d0f1acd0c7 (patch)
treec4cd0f38a9f4714336916130a2b6d9227eab2be9 /modules
parentd8edac17502c98d6841fe23a2dad6880468ab54d (diff)
downloadextra-cmake-modules-2ca2be2793edf9bd3f0570a600e9f2d0f1acd0c7.tar.gz
extra-cmake-modules-2ca2be2793edf9bd3f0570a600e9f2d0f1acd0c7.tar.bz2
ok, now it's official. I am stupid :-/
svn path=/trunk/KDE/kdelibs/; revision=597959
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKDE4Internal.cmake26
1 files changed, 1 insertions, 25 deletions
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