--- kdebindings-csharp-4.5.2/csharp/kimono/CMakeLists.txt 2010-10-24 22:25:43.644625636 +0200 +++ kdebindings-csharp-4.5.2/csharp/kimono/CMakeLists.txt 2010-10-24 23:00:31.193625895 +0200 @@ -22,7 +22,7 @@ ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS}) # write FindPackage modules for these -pkg_search_module(LIBMONO mono) +pkg_search_module(LIBMONO mono-2 mono) pkg_search_module(GLIB2 glib-2.0) macro_log_feature(LIBMONO_FOUND "libmono" "Mono library" "http://www.mono-project.com" FALSE "" "Required to compile kimonopluginfactory") --- kdebindings-csharp-4.5.2/csharp/kimono/src/kimonopluginfactory.cpp 2010-05-16 12:04:56.000000000 +0200 +++ kdebindings-csharp-4.5.2/csharp/kimono/src/kimonopluginfactory.cpp 2010-10-24 23:00:52.778000246 +0200 @@ -45,6 +45,7 @@ #include #include +#include class QWidget;