Re: [Interest] Qt Visual Studio Add-in error when using CMake 2.8

2012-07-12 Thread Alex Malyushytskyy
Hi Mikhail, If you have so many C++ error in the project that was normally compiled with different CMake without compiler change, it might be that your project was not configured properly and mocing was actually done by add-in. In this case errors you get should be probably linking errors. So yo

Re: [Interest] Cross-compiling Qt-4.8

2012-07-12 Thread Thiago Macieira
On quinta-feira, 12 de julho de 2012 12.37.48, Christian Gagneraud wrote: > > Error 1: it's missing a const or const_cast. Add it. Upgrading to 4.8 is > > also recommended since those issues might have been fixed there. > > I'm actually using 4.8. I didn't expect to have to fix these kind of > erro

Re: [Interest] Qt Visual Studio Add-in error when using CMake 2.8

2012-07-12 Thread Joerg Bornemann
On 10/07/2012 20:36, ext Gerenrot, Mikhail wrote: > We have a C++ project that uses QT3. We run CMake to generate the > project and run VS 2008 to compile. With CMake 2.6 everything was OK, > but now we have upgraded to CMake 2.8. It generates the project, but VS > does not compile, it gives Qt Vi

Re: [Interest] Cross-compiling Qt-4.8

2012-07-12 Thread Christian Gagneraud
On 11/07/12 21:32, Thiago Macieira wrote: > On quarta-feira, 11 de julho de 2012 20.55.38, Christian Gagneraud wrote: >> Hi all, >> >> I'm trying to re-add Qt to OpenWRT (it had basic support for 4.7.0 >> pre-release but have then been removed). >> >> For the moment, I would like to focus on QtCore

Re: [Interest] Qt Visual Studio Add-in error when using CMake 2.8

2012-07-12 Thread Stephen Kelly
On Wednesday, July 11, 2012 16:48:34 Alex Malyushytskyy wrote: > A far as I understand if you run CMake you should not have Qt Visual > Studio Add involved. > If not mistaken CMake adds full paths to the dependencies, so you > should have Add-in to be involved. > try to remove it and see if project