From fa1b9070af66edb81b2a3735c1951f78b22bd666 Mon Sep 17 00:00:00 2001 From: Jason Barron Date: Thu, 9 Feb 2012 09:51:24 +0100 Subject: 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 Reviewed-by: Oswald Buddenhagen --- mkspecs/features/opengles1.prf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mkspecs/features/opengles1.prf diff --git a/mkspecs/features/opengles1.prf b/mkspecs/features/opengles1.prf new file mode 100644 index 0000000000..b09262f8a9 --- /dev/null +++ b/mkspecs/features/opengles1.prf @@ -0,0 +1,2 @@ +QMAKE_LIBS_OPENGL_ES2 = +LIBS += $$QMAKE_LIBS_OPENGL_ES1 -- cgit v1.2.3