Re: [Development] Remove AutoCompatConnection?

2012-03-23 Thread 1+1=2
Hi, I think we should remove it and make it done before api_changes merged back to master. Anyway, I have just pushed a commit for this http://codereview.qt-project.org/21309 Debao On Fri, Mar 23, 2012 at 7:13 AM, wrote: > Hi, > > In the doc, it says: > > The default type when Qt 3 sup

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-23 Thread Stephen Kelly
On Friday, March 23, 2012 10:49:15 1+1=2 wrote: > Hi Stephen, > > The pacth will fail to work > > !isEmpty(MODULE):CONFIG += create_cmake > > MODULE is not empty here, it is "winmain", as there is such a line > > isEmpty(MODULE):MODULE = $$section($$list($$basename(_PRO_FILE_)), ., 0, >

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-23 Thread 1+1=2
Hi Stephen, The pacth will fail to work !isEmpty(MODULE):CONFIG += create_cmake MODULE is not empty here, it is "winmain", as there is such a line isEmpty(MODULE):MODULE = $$section($$list($$basename(_PRO_FILE_)), ., 0, 0) at the begining of the qt_module_config.prf file. Regards, Deb

Re: [Development] Re : Seen in teapot.h

2012-03-23 Thread Atlant Schmidt
Folks: > If you can prove that, you are assured Fields Medal. > > I am sure with a bunch of boolean operations. We can create a teapot from a > > cube. As long as you don't mind your teapot spout being open rather than a tube and your teapot handle not having a hole in it, then yes, the c

Re: [Development] Re : Seen in teapot.h

2012-03-23 Thread Vladan Jovanovic
If you can prove that, you are assured Fields Medal. On 12-03-23 02:33 AM, ext BOUCARD Olivier wrote: I am sure with a bunch of boolean operations. We can create a teapot from a cube. *De :* Samuel Rødal *À

Re: [Development] Issues with cross-compilation

2012-03-23 Thread Thiago Macieira
On sexta-feira, 23 de março de 2012 10.37.30, Pierre Vorhagen wrote: > 2012/3/23 Girish Ramakrishnan > > > I cross compile Qt5 here all the time and haven't faced this problem. > > What is your configure line and can you post your mkspecs? Do you set > > CC, CXX and other env variables to point to

[Development] Remove AutoCompatConnection?

2012-03-23 Thread xizhi.zhu
Hi, In the doc, it says: The default type when Qt 3 support is enabled. Same as AutoConnection but will also cause warnings to be output in certain situations. See \l{Porting to Qt 4#Compatibility Signals and Slots}{Compatibility Signals and Slots} for further information. Internally, it's the

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-23 Thread Stephen Kelly
On Friday, March 23, 2012 17:52:28 Loaden wrote: > Here is the log: Thanks for that. It's not showing where the problem is though. Can you add a message like this please: diff --git a/mkspecs/features/qt_module_config.prf b/mkspecs/features/qt_module_config.prf index cae5f47..c6b5074 100644 --

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-23 Thread Loaden
Here is the log: > Microsoft (R) Program Maintenance Utility Version 10.00.40219.01 > Copyright (C) Microsoft Corporation. All rights reserved. > > Project WARNING: You should probably load(qt_module) first in winmain.profor > qtmain, as it also loa > d()s qt_module_config. > Project MESSAGE: N

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-23 Thread Loaden
If only apply this patch, It's can't solved the problem. It's still auto generated D:\cmake\ files. 2012/3/23 Stephen Kelly > ** > > On Friday, March 23, 2012 08:58:52 you wrote: > > > After applied two patch, will lead build broke. > > > > Could you try with only this one? > > > > http://co

Re: [Development] Issues with cross-compilation

2012-03-23 Thread Pierre Vorhagen
Hi, first of all, thank you all for your detailed responses. 2012/3/22 Jon Trulson : > I too do daily corss-compiles on arm with qt5. I have only seen the > problem you describe when I set QMAKESPEC to the arm mkspec I use. I > would recommend not using that at all for a cross compile. You sho

[Development] Re : Seen in teapot.h

2012-03-23 Thread BOUCARD Olivier
I am sure with a bunch of boolean operations. We can create a teapot from a cube. > > De : Samuel Rødal >À : development@qt-project.org >Envoyé le : Vendredi 23 mars 2012 9h22 >Objet : Re: [Development] Seen in teapot.h > >On 03/23/2012 03:31 AM, ext daniel.p

Re: [Development] Why we need some CMake file of Build Or Install Qt?

2012-03-23 Thread Stephen Kelly
On Friday, March 23, 2012 08:58:52 you wrote: > After applied two patch, will lead build broke. Could you try with only this one? http://codereview.qt-project.org/#change,21077 Thanks! -- Stephen Kelly | Software Engineer KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company www.kdab.com ||

Re: [Development] Seen in teapot.h

2012-03-23 Thread Samuel Rødal
On 03/23/2012 03:31 AM, ext daniel.p...@nokia.com wrote: > Happily the patch is now integrating... but hey, a cube is just a teapot with > a bunch of vertices removed, right? I believe a teapot is topologically equivalent to a double torus. -- Samuel _