Add a new qmake feature to support OpenGL ES 1 apps
authorJason Barron <jason.barron@nokia.com>
Thu, 9 Feb 2012 08:51:24 +0000 (09:51 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 28 Feb 2012 21:35:24 +0000 (22:35 +0100)
commitfa1b9070af66edb81b2a3735c1951f78b22bd666
tree772eb814573ffe602dad5669f9a30080c2f2b4d2
parent018e78575c6f7f5a90b41274468a26b09b909443
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>
mkspecs/features/opengles1.prf [new file with mode: 0644]