Re: [Development] V8's location

2011-10-28 Thread Thiago Macieira
On Monday, 24 de October de 2011 14:15:38 Thiago Macieira wrote: Isn't the right solution then to get your patch either upstream or into the Qt copy? Yes and no. Yes, I should get my fixes into the Qt copy (at least). But it's not a full solution since very often I have pending changes

[Development] Installing Qt5Config.cmake from the Qt repo?

2011-10-28 Thread Stephen Kelly
Hi, == Summary == I'm considering adding some cmake files to Qt, which would be installed by Qt, and which would make it easier for CMake based projects to depend on Qt. I'm CC'ing the cmake developers too see what they think of the idea too. == Clarification == To avoid misunderstanding:

Re: [Development] Installing Qt5Config.cmake from the Qt repo?

2011-10-28 Thread Thiago Macieira
On Friday, 28 de October de 2011 13:13:20 Stephen Kelly wrote: * If you want to be easily found for others to depend on, you write a PackageConfig.cmake file and install it to a location CMake will use to find things like that. I assume this is similar to how pkgconfig works, but I have

[Development] New circular buffer container for Qt5

2011-10-28 Thread Sean Harmer
Hi, I would like to introduce a new generic container class to Qt, QCircularBuffer. This email is to see if there are any objections to doing so. This class is similar to QVector but it provides circular semantics. For example, appending to an already full circular buffer will overwrite the

Re: [Development] Installing Qt5Config.cmake from the Qt repo?

2011-10-28 Thread Matt Williams
On 28 October 2011 14:44, lars.kn...@nokia.com wrote: Hi Stephen, On 10/28/11 1:13 PM, ext Stephen Kelly stephen.ke...@kdab.com wrote: Hi, == Summary == I'm considering adding some cmake files to Qt, which would be installed by Qt, and which would make it easier for CMake based projects to

Re: [Development] Installing Qt5Config.cmake from the Qt repo?

2011-10-28 Thread Craig.Scott
On 29/10/2011, at 6:14 AM, lars.kn...@nokia.com lars.kn...@nokia.com wrote: On 10/28/11 5:11 PM, ext Stephen Kelly stephen.ke...@kdab.com wrote: On Friday, October 28, 2011 16:24:08 Matt Williams wrote: On 28 October 2011 14:44, lars.kn...@nokia.com wrote: I think that's reasonable