Re: [Development] Qmake Ninja generator

2014-05-21 Thread Kuba Ober
On May 20, 2014, at 5:11 AM, Kalinowski Maurice wrote: > What Ossi tries to say is that QBS takes a couple of different approaches. > You can find an old blog post describing the details here: > http://blog.qt.digia.com/blog/2009/10/12/to-make-or-not-to-make-qmake-and-beyond/ > > But to be cle

Re: [Development] QtService and ActiveQt combination

2014-05-21 Thread Fricot, Daniel
In a nutshell: Since Windows Vista, services run in session 0 with session isolation meaning that user applications (in session 1, 2, ...) can hardly communicate with processes from other sessions. There are some loopholes to spawn session 1 processes from a session 0 process but they are consid

Re: [Development] New branching scheme (was: RE: HEADS UP: Qt 5.3.0 - merge stable into release)

2014-05-21 Thread Thiago Macieira
Em qua 21 maio 2014, às 09:58:20, Oswald Buddenhagen escreveu: > > - rename current stable to Qt 5.3 > > i wouldn't rename it, for practical reasons (there are lots of pending > changes against stable). instead, i'd branch 5.3 from stable and keep > merging stable into 5.3 for the next few weeks.

Re: [Development] New branching scheme (was: RE: HEADS UP: Qt 5.3.0 - merge stable into release)

2014-05-21 Thread Thiago Macieira
Em qua 21 maio 2014, às 09:58:20, Oswald Buddenhagen escreveu: > > - Update http://qt-project.org/wiki/Branch-Guidelines to match new > > branching scheme> > > * New process & way of working needs to be defined here really clearly. > > A > > least for me it isn't clear at al... > any volu

Re: [Development] Error The imported target "Qt5::Core" references the file "/qmake"

2014-05-21 Thread Neuer User
Am 21.05.2014 11:51, schrieb Stephen Kelly: > On Wednesday, May 21, 2014 10:46:09 Neuer User wrote: >> I found a yocto recipe from Andrey Telepin and tried to modify it for >> Qt5. > > You need to find out if Qt-Gstreamer is already ported to Qt 5. Assuming they > use cmake, you need to ask them

Re: [Development] Error The imported target "Qt5::Core" references the file "/qmake"

2014-05-21 Thread Ola Røer Thorsen
I've built Qt-Gstreamer for Qt5 before, so I can confirm it does work. You just need to specify the Qt-version and it's location when running CMake, as it defaults to Qt4. I think I did something like this: cmake . -DCMAKE_PREFIX_PATH=/some_path_to_your_qt_versions/Qt5.3.0/5.3/gcc -DQT_VERSION=5

Re: [Development] Error The imported target "Qt5::Core" references the file "/qmake"

2014-05-21 Thread Stephen Kelly
On Wednesday, May 21, 2014 10:46:09 Neuer User wrote: > I found a yocto recipe from Andrey Telepin and tried to modify it for > Qt5. You need to find out if Qt-Gstreamer is already ported to Qt 5. Assuming they use cmake, you need to ask them if they have any special flags they want you to use.

Re: [Development] New branching scheme (was: RE: HEADS UP: Qt 5.3.0 - merge stable into release)

2014-05-21 Thread Sergio Ahumada
Hi, On 21.05.2014 09:41, Heikkinen Jani wrote: > Hi all, > > Qt5.3.0 is now out and I think it is time to proceed with this, right? > > I don't fully understood what we have agreed but according to my > understanding we need to > > - Rename current release -branch to Qt 5.3.0 & close it > - renam

[Development] Error The imported target "Qt5::Core" references the file "/qmake"

2014-05-21 Thread Neuer User
Hi I need qt-gstreamer in my Qt5 app (because I am having problems with the camera element). I found a yocto recipe from Andrey Telepin and tried to modify it for Qt5. It looks like this: --- LICENSE = "GPLv2" LIC_FILES_CHKSUM =

Re: [Development] New branching scheme (was: RE: HEADS UP: Qt 5.3.0 - merge stable into release)

2014-05-21 Thread Oswald Buddenhagen
On Wed, May 21, 2014 at 07:41:10AM +, Heikkinen Jani wrote: > Hi all, > > Qt5.3.0 is now out and I think it is time to proceed with this, right? > > I don't fully understood what we have agreed but according to my > understanding we need to > > - Rename current release -branch to Qt 5.3.0 &

[Development] New branching scheme (was: RE: HEADS UP: Qt 5.3.0 - merge stable into release)

2014-05-21 Thread Heikkinen Jani
Hi all, Qt5.3.0 is now out and I think it is time to proceed with this, right? I don't fully understood what we have agreed but according to my understanding we need to - Rename current release -branch to Qt 5.3.0 & close it - rename current stable to Qt 5.3 - Update http://qt-project.org/wiki