[Kmymoney-devel] KDE 4.3.5 not sufficient for KMyMoney 4.6.1 !!!
    Marko Käning 
    mk-lists at email.de
       
    Tue Nov  8 19:55:40 UTC 2011
    
    
  
Scanning KMM's CMakeLists.txt for some other reason I came across this line
	FIND_PACKAGE(KDE4 4.3.5 REQUIRED)
which is according to https://bugs.kde.org/show_bug.cgi?id=286050 incorrect, since <cite>"KDebug::registerArea() has been added in KDE 4.4"</cite>.
So, I believe one should change this into
	FIND_PACKAGE(KDE4 4.4 REQUIRED)
otherwise one will - as it happened to me - end up in a stalling build at 84%… :-)
    
    
More information about the KMyMoney-devel
mailing list