From c85f6d9f5a844e28047216280182651bfc047754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Tue, 19 Feb 2013 13:22:53 +0100 Subject: Fixed qtbase examples build when configured with -no-opengl Change-Id: Idafdc3264f760d6400ce04bb9da36289b1f96438 Reviewed-by: Oswald Buddenhagen Reviewed-by: Gunnar Sletta --- examples/gui/gui.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/gui/gui.pro') diff --git a/examples/gui/gui.pro b/examples/gui/gui.pro index 1a4067e893..8758a1ba95 100644 --- a/examples/gui/gui.pro +++ b/examples/gui/gui.pro @@ -3,4 +3,6 @@ CONFIG += no_docs_target SUBDIRS += analogclock SUBDIRS += rasterwindow -SUBDIRS += openglwindow +contains(QT_CONFIG, opengl(es1|es2)?) { + SUBDIRS += openglwindow +} -- cgit v1.2.3