Git commit 43c8fb00d27a0ebdd8de165a0a1f2d92c03ba986 by David Jarvie. Committed on 31/12/2011 at 20:34. Pushed by djarvie into branch 'master'. Allow KAlarm to be built using mingw compiler again. Commit ad07c2bc39f16c35b98811cc028c97d5641b4c2a stopped attempting to build KAlarm using mingw because of the use of private classes Foo::Private, instead of FooPrivate. All such classes have now been removed from kdepim/kalarm. M +1 -1 CMakeLists.txt http://commits.kde.org/kdepim/43c8fb00d27a0ebdd8de165a0a1f2d92c03ba986 diff --git a/CMakeLists.txt b/CMakeLists.txt index 94d5666..67a639c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -385,7 +385,7 @@ endif() = macro_optional_add_subdirectory(strigi-analyzer) = - if(KDEPIMLIBS_KRESOURCES_LIBRARY AND NOT MINGW AND KDEPIM_BUILD_DESKTOP) + if(KDEPIMLIBS_KRESOURCES_LIBRARY AND KDEPIM_BUILD_DESKTOP) macro_optional_add_subdirectory(kalarm) endif() =20