Re: [Development] QMake behaviour change

2012-11-28 Thread Johan Thelin
On Wed, Nov 28, 2012 at 1:35 PM, Poenitz Andre wrote: >> Nope, but I guess that a common interpretation of pro-files between >> qmake and QtCreator are of interest to most. > > You need contemporary versions of Qt Creator for use with recent versions of > Qt. Verified with a fresh git clone, the

Re: [Development] QMake behaviour change

2012-11-28 Thread Johan Thelin
On Wed, Nov 28, 2012 at 1:36 PM, Oswald Buddenhagen wrote: > On Wed, Nov 28, 2012 at 01:17:58PM +0100, Johan Thelin wrote: >> On Wed, Nov 28, 2012 at 11:24 AM, Daniel Teske >> wrote: >> >> - Means that source code where headers and sources are split into >> >> different directories all of a sudd

Re: [Development] QMake behaviour change

2012-11-28 Thread Oswald Buddenhagen
On Wed, Nov 28, 2012 at 01:17:58PM +0100, Johan Thelin wrote: > On Wed, Nov 28, 2012 at 11:24 AM, Daniel Teske wrote: > >> - Means that source code where headers and sources are split into > >> different directories all of a sudden depends on relative paths to all > >> files > > See VPATH, which O

Re: [Development] QMake behaviour change

2012-11-28 Thread Poenitz Andre
> Nope, but I guess that a common interpretation of pro-files between > qmake and QtCreator are of interest to most. You need contemporary versions of Qt Creator for use with recent versions of Qt. Andre' ___ Development mailing list Development@qt-proj

Re: [Development] QMake behaviour change

2012-11-28 Thread Johan Thelin
On Wed, Nov 28, 2012 at 1:30 PM, Daniel Teske wrote: > On Wednesday 28 Nov 2012 13:17:58 Johan Thelin wrote: >> On Wed, Nov 28, 2012 at 11:24 AM, Daniel Teske > wrote: >> >> - Means that source code where headers and sources are split into >> >> different directories all of a sudden depends on re

Re: [Development] QMake behaviour change

2012-11-28 Thread Daniel Teske
On Wednesday 28 Nov 2012 13:17:58 Johan Thelin wrote: > On Wed, Nov 28, 2012 at 11:24 AM, Daniel Teske wrote: > >> - Means that source code where headers and sources are split into > >> different directories all of a sudden depends on relative paths to all > >> files > > > > See VPATH, which Oss

Re: [Development] QMake behaviour change

2012-11-28 Thread Johan Thelin
On Wed, Nov 28, 2012 at 11:24 AM, Daniel Teske wrote: >> - Means that source code where headers and sources are split into >> different directories all of a sudden depends on relative paths to all >> files > See VPATH, which Ossi already mentioned in the bug report. yup, will do. I'm just questio

Re: [Development] QMake behaviour change

2012-11-28 Thread Daniel Teske
> - Means that source code where headers and sources are split into > different directories all of a sudden depends on relative paths to all > files See VPATH, which Ossi already mentioned in the bug report. > - Behaves differently from QtCreator (tested with a rather old version > 2.5.2). What ex

[Development] QMake behaviour change

2012-11-27 Thread Johan Thelin
Hi all, I just wanted to highlight QTBUG-28011 [1]. I feel that this causes a number of problems: - Breaks old code, while only yielding warnings, which are then followed by hard to interpret linker errors - Means that source code where headers and sources are split into different directories all