Re: EcmQt4To5Porting

2013-10-07 Thread Martin Graesslin
On Friday 04 October 2013 10:51:07 Martin Klapetek wrote: > On Fri, Oct 4, 2013 at 9:22 AM, David Faure wrote: > > On Wednesday 02 October 2013 14:07:31 Martin Klapetek wrote: > > > There were 2 files recently removed from ECM which broke attica's build, > > > this puts the removed files as local

Re: EcmQt4To5Porting

2013-10-04 Thread Martin Klapetek
On Fri, Oct 4, 2013 at 9:22 AM, David Faure wrote: > On Wednesday 02 October 2013 14:07:31 Martin Klapetek wrote: > > There were 2 files recently removed from ECM which broke attica's build, > > this puts the removed files as local cmake modules. > > > > > > Diffs > > - > > > > CMakeLists.t

Re: EcmQt4To5Porting

2013-10-04 Thread Stephen Kelly
library also, etc. They're only a temporary solution so that you don't have to change eg qt4_wrap_ui to qt5_wrap_ui before trying to build your c++ code. I don't think they should be maintained/supported long-term. I was considering adding EcmQt4To5Porting to Qt as a documen

EcmQt4To5Porting

2013-10-04 Thread David Faure
On Wednesday 02 October 2013 14:07:31 Martin Klapetek wrote: > There were 2 files recently removed from ECM which broke attica's build, > this puts the removed files as local cmake modules. > > > Diffs > - > > CMakeLists.txt e0efb9b > cmake/modules/ECMQt4To5Porting.cmake PRE-CREATION >