Re: [oe] [meta-qt5][PATCH 1/4] qmake5_base.bbclass: Use Qt version path for headers

2014-02-23 Thread Otavio Salvador
On Sat, Feb 22, 2014 at 3:37 AM, Martin Jansa wrote: > On Fri, Feb 21, 2014 at 04:12:07PM -0500, Denys Dmytriyenko wrote: >> On Fri, Feb 21, 2014 at 05:41:01PM -0300, Otavio Salvador wrote: >> > When looking for Qt5 headers we ought to use the Qt5 specific path. In >> > case the distribution wants

Re: [oe] [meta-qt5][PATCH 1/4] qmake5_base.bbclass: Use Qt version path for headers

2014-02-21 Thread Martin Jansa
On Fri, Feb 21, 2014 at 04:12:07PM -0500, Denys Dmytriyenko wrote: > On Fri, Feb 21, 2014 at 05:41:01PM -0300, Otavio Salvador wrote: > > When looking for Qt5 headers we ought to use the Qt5 specific path. In > > case the distribution wants to have a flat tree it can set QT_DIR_NAME > > and it will

Re: [oe] [meta-qt5][PATCH 1/4] qmake5_base.bbclass: Use Qt version path for headers

2014-02-21 Thread Otavio Salvador
On Fri, Feb 21, 2014 at 6:12 PM, Denys Dmytriyenko wrote: > On Fri, Feb 21, 2014 at 05:41:01PM -0300, Otavio Salvador wrote: >> When looking for Qt5 headers we ought to use the Qt5 specific path. In >> case the distribution wants to have a flat tree it can set QT_DIR_NAME >> and it will still work

Re: [oe] [meta-qt5][PATCH 1/4] qmake5_base.bbclass: Use Qt version path for headers

2014-02-21 Thread Denys Dmytriyenko
On Fri, Feb 21, 2014 at 05:41:01PM -0300, Otavio Salvador wrote: > When looking for Qt5 headers we ought to use the Qt5 specific path. In > case the distribution wants to have a flat tree it can set QT_DIR_NAME > and it will still works as expected. > > Signed-off-by: Otavio Salvador Acked-by: D

[oe] [meta-qt5][PATCH 1/4] qmake5_base.bbclass: Use Qt version path for headers

2014-02-21 Thread Otavio Salvador
When looking for Qt5 headers we ought to use the Qt5 specific path. In case the distribution wants to have a flat tree it can set QT_DIR_NAME and it will still works as expected. Signed-off-by: Otavio Salvador --- classes/qmake5_base.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(