Configuring Qt for imx-31 with opengl
-
Hi,
I am trying to configure qt with opengl for imx31.
./configure -embedded arm -xplatform qws/linux-mxc-g++ -release -prefix /usr/local/Trolltech/Qt-MX31_V4 -qt-gfx-transformed -qt-kbd-linuxinput -qt-mouse-tslib -little-endian -host-little-endian -nomake examples -optimized-qmake -nomake tools -nomake demos -qt-libpng -qt-zlib -qt-libjpeg -shared -no-webkit-opengl es2-no-sql-sqlite -qt-gfx-vnc -fast
But i am getting error:
The OpenGL ES 2.0 functionality test failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR_OPENGL, QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGL in
/media/san/qt-everywhere-opensource-src-4.7.0/mkspecs/qws/linux-mxc-g++.I checked my qmake.conf,i don't have any fields like QMAKE_INCDIR_OPENGL etc.
Can plz anybody help me..?