I did cross compile.
version : qt-everwher-opensource-src-5.2.1
vaio@ubuntu:~/qt5/qtbase$ ./configure -prefix /usr/local/qt5-imx53 -hostprefix /opt/imx53/qt5-imx53 -release -device linux-imx53qsb-g++ -opensource -confirm-license -no-gtkstyle -device-option CROSS_COMPILE=/usr/local/DigiEL-5.9/x-tools/arm-cortex_a8-linux-gnueabi/bin/arm-cortex_a8-linux-gnueabi- -device-option DEVICE=iMX53 -sysroot /opt/imx53/sysroot -eglfs -no-pch -opengl es2 -no-xcb -silent
:
Creating qmake...
Running configuration tests...
Warning: Disabling pkg-config since PKG_CONFIG_LIBDIR is not set.
Note: PKG_CONFIG_SYSROOT_DIR automatically set to /opt/imx53/sysroot
Could not determine the target architecture!
Turn on verbose messaging (-v) to see the final report.
The OpenGL ES 2.0 functionality test failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR_OPENGL_ES2, QMAKE_LIBDIR_OPENGL_ES2 and QMAKE_LIBS_OPENGL_ES2 in
/home/vaio/qt-everywhere-opensource-src-5.2.1/qtbase/mkspecs/devices/linux-imx53qsb-g++.
vaio@ubuntu:~/qt5/qtbase$
QMAKE_INCDIR_OPENGL_ES2=?
QMAKE_LIBDIR_OPENGL_ES2=? QMAKE_LIBS_OPENGL_ES2=?
What should I set ?