[Development] Cross compiling Qt 5

2012-08-19 Thread Peter Kümmel
Qt could be compiled native or cross for a system different to the system on which Qt is build. But this is not how mkspecs/ is organized: linux-*native win32-*native wince* cross unsupported/* cross and native device/* cross also configure supports different

Re: [Development] Cross compiling Qt 5

2012-08-19 Thread Thiago Macieira
On domingo, 19 de agosto de 2012 11.51.05, Peter Kümmel wrote: Therefore I propose to cleanup this before the 5.0 release. Sorry, I oppose this. You can clean it up, but not before the 5.0 release. I'd actually prefer that you clean this up *after* we switch buildsystems, whenever that

Re: [Development] Cross compiling Qt 5

2012-08-19 Thread Peter Kümmel
On Sun, 19 Aug 2012 12:00:25 +0200 Thiago Macieira thiago.macie...@intel.com wrote: I'd actually prefer that you clean this up *after* we switch buildsystems, Ahhh! :) whenever that happens. Cleaning up configure is an unnecessary task if we're going to throw it away soon after. Please

Re: [Development] Cross compiling Qt 5

2012-08-19 Thread Loaden
I prefer use qbs instead of qmake. qbs is a great build suite. 2012/8/19 Peter Kümmel syntheti...@gmx.net Qt could be compiled native or cross for a system different to the system on which Qt is build. But this is not how mkspecs/ is organized: linux-*native win32-*native