Make configure work again..
Change-Id: I40d840c079a89fd127cf2d8ab97c1f8f3cb6525f Reviewed-on: http://codereview.qt.nokia.com/3065 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>bb10
parent
0d5170256c
commit
801450dfa3
|
|
@ -6315,6 +6315,7 @@ if [ "$PLATFORM_QWS" = "yes" ]; then
|
|||
CFG_EGL=auto
|
||||
if "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/opengles2 "OpenGL ES 2.x" $L_FLAGS $I_FLAGS $l_FLAGS; then
|
||||
CFG_OPENGL=es2
|
||||
fi
|
||||
elif [ "$CFG_OPENGL" = "es2" ]; then
|
||||
#OpenGL ES 2.x
|
||||
"$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/opengles2 "OpenGL ES 2.x" $L_FLAGS $I_FLAGS $l_FLAGS
|
||||
|
|
|
|||
Loading…
Reference in New Issue