summaryrefslogtreecommitdiffstats
path: root/customcontext/customcontext.pro
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@jollamobile.com>2014-02-11 21:37:31 +0000
committerGunnar Sletta <gunnar.sletta@jollamobile.com>2014-02-13 08:44:55 +0100
commit119f2023566d9ecad98a96a70fb5f944c6251e71 (patch)
tree85ac071f231a24ba08b811de00c51fee67b5a2d2 /customcontext/customcontext.pro
parent41c6700014614ba30982840cefef8df0178fa7ba (diff)
Program binary support via (GL_OES_get_program_binary).
Change-Id: I7993318d52a4c7f30865d3ccbca7aa2efc9d010f Reviewed-by: Michael Brasser <michael.brasser@live.com>
Diffstat (limited to 'customcontext/customcontext.pro')
-rw-r--r--customcontext/customcontext.pro10
1 files changed, 8 insertions, 2 deletions
diff --git a/customcontext/customcontext.pro b/customcontext/customcontext.pro
index a60ac0b..ce9de29 100644
--- a/customcontext/customcontext.pro
+++ b/customcontext/customcontext.pro
@@ -158,10 +158,16 @@ swaplistenanimationdriver:{
} else {
message("msaa .....................: no")
}
+} else {
+ programbinary: {
+ message("programbinary ............: yes")
+ DEFINES += PROGRAM_BINARY
+ SOURCES += programbinary.cpp
+ } else {
+ message("programbinary ............: no")
+ }
}
-
-
surfaceformat:{
message("surfaceformat ............: yes")
DEFINES += CUSTOMCONTEXT_SURFACEFORMAT