Re: [Development] configure -developer-build --prefix=$PWD/qtbase

2014-03-27 Thread Thiago Macieira
Em qui 27 mar 2014, às 07:01:46, Shaw Andy escreveu: > [snip] > > Maybe it would be best to actually expand $PWD in the help output to state > where it would actually end up so there is no confusion? That's a one-character change (removal) :-) -- Thiago Macieira - thiago.macieira (AT) intel.com

Re: [Development] configure -developer-build --prefix=$PWD/qtbase

2014-03-27 Thread Alan Ezust
On Thu, Mar 27, 2014 at 12:32 AM, Koehne Kai wrote: > > > > -Original Message- > > From: Alan Ezust [mailto:alan.ez...@gmail.com] > > Sent: Wednesday, March 26, 2014 7:06 PM > > To: Koehne Kai > > Cc: development@qt-project.org > > Subject: Re

Re: [Development] configure -developer-build --prefix=$PWD/qtbase

2014-03-27 Thread Mitch Curtis
On 03/27/2014 08:32 AM, Koehne Kai wrote: > > >> -Original Message- >> From: Alan Ezust [mailto:alan.ez...@gmail.com] >> Sent: Wednesday, March 26, 2014 7:06 PM >> To: Koehne Kai >> Cc: development@qt-project.org >> Subject: Re: [Development] co

Re: [Development] configure -developer-build --prefix=$PWD/qtbase

2014-03-27 Thread Koehne Kai
> -Original Message- > From: Alan Ezust [mailto:alan.ez...@gmail.com] > Sent: Wednesday, March 26, 2014 7:06 PM > To: Koehne Kai > Cc: development@qt-project.org > Subject: Re: [Development] configure -developer-build -- > prefix=$PWD/qtbase > > So in su

Re: [Development] configure -developer-build --prefix=$PWD/qtbase

2014-03-27 Thread Shaw Andy
> Em qua 26 mar 2014, às 08:21:20, Alan Ezust escreveu: > > Does anyone understand what the difference is between a qt that is > > configured like this: ./configure -developer-build versus a Qt that is > > configured like this: configure -developer-build --prefix=$PWD/qtbase > > > > according to

Re: [Development] configure -developer-build --prefix=$PWD/qtbase

2014-03-26 Thread Thiago Macieira
Em qua 26 mar 2014, às 08:21:20, Alan Ezust escreveu: > Does anyone understand what the difference is between a qt that is > configured like this: ./configure -developer-build versus a Qt that is > configured like this: configure -developer-build --prefix=$PWD/qtbase > > according to ./configure

Re: [Development] configure -developer-build --prefix=$PWD/qtbase

2014-03-26 Thread Alan Ezust
So in summary, the missing thing in README should be "if you are building docs, make sure qttools is one of the modules you are building..." either that or "after make, you can go into "qttools" and build those and after *that* you should be able to build documentation." On Wed, Mar 26, 2014 at 1

Re: [Development] configure -developer-build --prefix=$PWD/qtbase

2014-03-26 Thread Alan Ezust
Simon Hausmann says: > Do you know where in the docs it suggests that both can be used > simultaneously? My mistake, it doesn't suggest that. I just tried combining the two options after trial and error. Perhaps because the straight -developer-build fails to build docs. I thought I saw it in the

Re: [Development] configure -developer-build --prefix=$PWD/qtbase

2014-03-26 Thread Koehne Kai
> The README in the qt distribution is confusing to me. I am not sure if it is > consistent with the ./configure --help. > > Does anyone understand what the difference is between a qt that is configured > like this: ./configure > -developer-build versus a Qt that is configured > like this: conf

Re: [Development] configure -developer-build --prefix=$PWD/qtbase

2014-03-26 Thread Simon Hausmann
On Wednesday 26. March 2014 08.21.20 Alan Ezust wrote: > The README in the qt distribution is confusing to me. I am not sure if it > is consistent with the ./configure --help. > > Does anyone understand what the difference is between a qt that is > configured like this: ./configure -developer-bui

[Development] configure -developer-build --prefix=$PWD/qtbase

2014-03-26 Thread Alan Ezust
The README in the qt distribution is confusing to me. I am not sure if it is consistent with the ./configure --help. Does anyone understand what the difference is between a qt that is configured like this: ./configure -developer-build versus a Qt that is configured like this: configure -developer