From 5e3ad4bb0c325786286325662d1e62e42dbb4143 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Thu, 26 Jun 2014 15:30:08 +0200 Subject: Skip OpenGL 1.x example in dynamic GL builds Change-Id: I06b98ef9dbabbcdddcd77d4fd6f4400e54d90b0c Reviewed-by: Friedemann Kleint --- examples/activeqt/activeqt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/activeqt/activeqt.pro b/examples/activeqt/activeqt.pro index 2a8d0c3..12501b3 100644 --- a/examples/activeqt/activeqt.pro +++ b/examples/activeqt/activeqt.pro @@ -7,7 +7,7 @@ SUBDIRS += comapp \ wrapper contains(QT_CONFIG, shared):SUBDIRS += webbrowser -contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles2):SUBDIRS += opengl +contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles2):!contains(QT_CONFIG, dynamicgl): SUBDIRS += opengl # For now only the contain examples with mingw, for the others you need # an IDL compiler -- cgit v1.2.1