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>
This commit is contained in:
parent
018e78575c
commit
fa1b9070af
2
mkspecs/features/opengles1.prf
Normal file
2
mkspecs/features/opengles1.prf
Normal file
@ -0,0 +1,2 @@
|
||||
QMAKE_LIBS_OPENGL_ES2 =
|
||||
LIBS += $$QMAKE_LIBS_OPENGL_ES1
|
Loading…
x
Reference in New Issue
Block a user