From 6b56b2ddb2c3b744047cd35cc88a16531a2d3048 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Thu, 13 Mar 2014 13:31:49 +0100 Subject: Disable QtOpenGL in dynamicgl builds Migrating this is out of scope for the time being. Change-Id: Iac4a98d8db8e132a6ffa28075548fe2af76637fc Reviewed-by: Friedemann Kleint --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index 687f2502ab..0d854a85c1 100644 --- a/src/src.pro +++ b/src/src.pro @@ -148,7 +148,7 @@ contains(QT_CONFIG, concurrent):SUBDIRS += src_concurrent SUBDIRS += src_tools_uic src_widgets TOOLS += src_tools_uic src_plugins.depends += src_widgets - contains(QT_CONFIG, opengl(es1|es2)?) { + contains(QT_CONFIG, opengl(es1|es2)?):!contains(QT_CONFIG, dynamicgl) { SUBDIRS += src_opengl src_plugins.depends += src_opengl } -- cgit v1.2.3