Re: ECM dependency

2013-06-20 Thread David Faure
Le jeudi 20 juin 2013 19:49:44 Benjamin Port a écrit : > On Thursday, June 20, 2013 06:10:01 PM David Faure wrote: > > Please update extra-cmake-modules, otherwise KF5 won't compile. > > > > I changed QT_NO_KEYWORDS to QT_NO_SIGNALS_SLOTS_KEYWORDS > > so that we can keep using emit and foreach in

Re: ECM dependency

2013-06-20 Thread Alexander Neundorf
On Thursday 20 June 2013, David Faure wrote: > Please update extra-cmake-modules, otherwise KF5 won't compile. > > I changed QT_NO_KEYWORDS to QT_NO_SIGNALS_SLOTS_KEYWORDS > so that we can keep using emit and foreach in .cpp files, these don't hurt. I'm quite busy currently with other stuff, but

Re: ECM dependency

2013-06-20 Thread Benjamin Port
On Thursday, June 20, 2013 06:10:01 PM David Faure wrote: > Please update extra-cmake-modules, otherwise KF5 won't compile. > > I changed QT_NO_KEYWORDS to QT_NO_SIGNALS_SLOTS_KEYWORDS > so that we can keep using emit and foreach in .cpp files, these don't hurt. > > But that means I cleaned stuff

ECM dependency

2013-06-20 Thread David Faure
Please update extra-cmake-modules, otherwise KF5 won't compile. I changed QT_NO_KEYWORDS to QT_NO_SIGNALS_SLOTS_KEYWORDS so that we can keep using emit and foreach in .cpp files, these don't hurt. But that means I cleaned stuff up, so you need an up-to-date ECM, otherwise things will break. --