[Development] QT-5.0 doesn't honor the "-no-opengl" option
Shawn Rutledge
shawn.t.rutledge at gmail.com
Wed Sep 26 11:34:37 CEST 2012
On 26 September 2012 11:27, haithem rahmani <haithem.rahmani at gmail.com> wrote:
> Hi,
>
> I'm trying to cross-compile the qt-5.0.0beta1 for an embedded system.
> I'm configuring it as following:
>
> ./configure -xplatform linux-armv7-g++ -prefix /home/rahmanih/qt-5.0.0-beta
> -opensource -confirm-license -force-pkg-config -no-opengl -no-xcb
> -no-xrender -no-xinerama -no-xshape -no-xvideo -no-xsync
> -no-xinput2 -no-xcursor -no-xfixes -no-xinput -no-xrandr -no-eglfs -no-egl
> -no-pch -debug -no-c++11
>
> but when compiling I'm getting this error:
...
> is it due to some missing checks on "QT_NO_OPENGL" flag or the opengl is now
> mandatory to build the qt5?
This was reported as a bug already FWIW:
https://bugreports.qt-project.org/browse/QTBUG-25425
More information about the Development
mailing list