> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] 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
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to