[Development] Qt5 + QtCreator master - does not compile

Koehne Kai Kai.Koehne at digia.com
Mon Dec 3 13:56:53 CET 2012


> -----Original Message-----
> From: development-bounces+kai.koehne=digia.com at qt-project.org
> [mailto:development-bounces+kai.koehne=digia.com at qt-project.org] On
> Behalf Of Diego Iastrubni
> Sent: Monday, December 03, 2012 1:53 PM
> To: development
> Subject: [Development] Qt5 + QtCreator master - does not compile
> 
> [...]
> Is anyone else having similar problems? I am able to reproduce both errors
> on a fresh compile here. I am building Qt out of source (mkdir build; cd build;
> ../configure --prefix $PWD/../install ....) and QtCreator (mkdir build; cd build;
> qmake ../), both on Debian testing, 64bit.

AFAIK the only really supported shadow build option is to build in parallel to the qt5 directory (not inside it). E.g.

mkdir build; cd build
../qt-5/configure --prefix $PWD/../install ....

Regards

Kai



More information about the Development mailing list