[Development] QT 4.8 sysroot use

2012-11-19 Thread Stephane Cerveau
Dear all, Is there a way to use the sysroot param in QT 4.8 as it is used in QT5. Indeed when we install a cross compile with -prefix, the sysroot dir is not used in QT 4.8. I would like to use PKG_CONFIG_SYSROOT_DIR to build apps ( such as webkit) but if I install QT 4.8 in a folder SYSROOT_D

Re: [Development] Unable compiling Qt5 with -no-opengl option

2012-07-26 Thread Stephane Cerveau
Dear all, It seems that from the 20th of june, the build process changeda lot, so my patch is not appliable to the current HEAD revision. Sorry for the vain joy ;) On 07/26/2012 04:05 PM, Laszlo Papp wrote: > Hi Stephane, > >> I encounter this issue and here is my patch to build with -no-opengl.

Re: [Development] Unable compiling Qt5 with -no-opengl option

2012-07-26 Thread Stephane Cerveau
Ok i'll submit it On 07/26/2012 04:05 PM, Laszlo Papp wrote: > Hi Stephane, > >> I encounter this issue and here is my patch to build with -no-opengl. > Great, you took some effort about the issue. In general, could you > please get patches through Gerrit? > http://qt-project.org/wiki/Gerrit-Introd

Re: [Development] Unable compiling Qt5 with -no-opengl option

2012-07-26 Thread Stephane Cerveau
Dear all, I encounter this issue and here is my patch to build with -no-opengl. Best regards. Stéphane On 07/26/2012 12:39 PM, Fred Fung wrote: Hi, I downloaded Qt5 beta from http://origin.releases.qt-project.org/qt5.0/beta-snapshots/2012-07-25_07-00-44 Here is my configure script,