Re: [PATCH 1/1] QT += concurrent is a Qt 5 thing

2014-08-29 Thread Dirk Hohndel
On Fri, Aug 29, 2014 at 09:52:34AM -0700, Thiago Macieira wrote: > On Friday 29 August 2014 09:39:07 Dirk Hohndel wrote: > > On Aug 29, 2014, at 9:38 AM, Thiago Macieira wrote: > > > In Qt 4, QtConcurrent is part of QtCore. > > > > So why do my Qt5 builds succeed without this patch? > > It works

Re: [PATCH 1/1] QT += concurrent is a Qt 5 thing

2014-08-29 Thread Thiago Macieira
On Friday 29 August 2014 09:39:07 Dirk Hohndel wrote: > On Aug 29, 2014, at 9:38 AM, Thiago Macieira wrote: > > In Qt 4, QtConcurrent is part of QtCore. > > So why do my Qt5 builds succeed without this patch? It works on Qt 5. The question is on Qt 4. Are you asking why your Qt 4 builds without

Re: [PATCH 1/1] QT += concurrent is a Qt 5 thing

2014-08-29 Thread Tomaz Canabrava
Em 29/08/2014 13:39, "Dirk Hohndel" escreveu: > > > On Aug 29, 2014, at 9:38 AM, Thiago Macieira wrote: > > > In Qt 4, QtConcurrent is part of QtCore. > > So why do my Qt5 builds succeed without this patch? Because it was marked to use for qt4 and 5, but it only existed on 5 . > /D > > > > Signe

Re: [PATCH 1/1] QT += concurrent is a Qt 5 thing

2014-08-29 Thread Dirk Hohndel
On Aug 29, 2014, at 9:38 AM, Thiago Macieira wrote: > In Qt 4, QtConcurrent is part of QtCore. So why do my Qt5 builds succeed without this patch? /D > Signed-off-by: Thiago Macieira > --- > subsurface.pro | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/subsurfa

[PATCH 1/1] QT += concurrent is a Qt 5 thing

2014-08-29 Thread Thiago Macieira
In Qt 4, QtConcurrent is part of QtCore. Signed-off-by: Thiago Macieira --- subsurface.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subsurface.pro b/subsurface.pro index 1d34ee9..6d3a581 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -2,11 +2,11 @@ CODECFORTR