On Tuesday 16 June 2009 09:01:58 Till Adam wrote: > please find attached two patches, one against the cmake findkde4internl > module in kdelibs, one against kdesupport's top level CMakeLists.txt
Oops, botched the kdesupport one, new patch attached. Till -- Till Adam <a...@kde.org>
Index: CMakeLists.txt =================================================================== --- CMakeLists.txt (revision 982410) +++ CMakeLists.txt (working copy) @@ -31,6 +31,11 @@ macro_optional_add_subdirectory(decibel) macro_optional_add_subdirectory(taglib-extras) +if (MINGW) + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mms-bitfields") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mms-bitfields") +endif (MINGW) + if (UNIX) set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/polkit-qt/cmake/modules" ${CMAKE_MODULE_PATH} ) include (FindPkgConfig)
_______________________________________________ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows