Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
5.0.0 Beta 1
-
None
Description
Heres my configure script:
./configure --prefix=/home/qwl/th-3716m/pub/ -release -opensource -confirm-license -shared -xplatform linux-arm-gnueabi-g++ -platform linux-g++ -lrt -no-cups -no-gtkstyle -nomake examples -nomake demos -L/home/qwl/th-3716m/pub/lib -no-iconv -openssl -I/home/qwl/th-3716m/pub/include/ -no-neon -no-opengl -directfb -qpa -verbose -v -no-egl
But when building QT5,it still add the OPENGL libs:
cannot find -lGL
So,i fixed all the Makefile(widgets,printsupport,plugins/imageformats,plugins/platforms,plugins/generic,qtsvg/src/svg,qtsvg/src/plugins/iconengines/svgiconengine,qtsvg/src/plugins/imageformats/svg,) that add the wrong GL libs.
QT5 build failed @ qtdeclarative/src/quick/util/qquickpixmapcache.cpp
It seems needs OPENGL...
Is QT5 only support chips with OPENGL??
Attachments
Issue Links
- is required for
-
QTBUG-27426 Qt 5.0 Final release tasks
- Closed