Add a new qmake feature to support OpenGL ES 1 apps
This is a convenience to make it easy for applications to simply add:
CONFIG += opengles1
To their .pro file to link against OpenGL ES 1.1 instead of OpenGL ES V2
Change-Id: I48605f5f69f83d99cfb2ad6dbb4b318d41e00128
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
bb10
parent
018e78575c
commit
fa1b9070af
|
|
@ -0,0 +1,2 @@
|
|||
QMAKE_LIBS_OPENGL_ES2 =
|
||||
LIBS += $$QMAKE_LIBS_OPENGL_ES1
|
||||
Loading…
Reference in New Issue