summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-01-25 09:34:28 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-28 13:39:58 +0100
commit6d613d589135d43e77d2987aef4f773e9f23dc07 (patch)
tree9a94d693f28c8e8e2b0b72e5bdaa57bfa93d1c61 /examples
parent0cd72c52ca5e5b21adbd47d0f551535e727b80ee (diff)
make use of qtHaveModule()
Change-Id: I6482af592a564dbbbab28b3f425ab2886f6d1bea Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/declarative.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/declarative.pro b/examples/declarative/declarative.pro
index 4079afc2..91378da9 100644
--- a/examples/declarative/declarative.pro
+++ b/examples/declarative/declarative.pro
@@ -28,7 +28,7 @@ SUBDIRS = \
ui-components
# OpenGL shader examples requires opengl and they contain some C++ and need to be built
-contains(QT_CONFIG, opengl): SUBDIRS += shadereffects
+qtHaveModule(opengl): SUBDIRS += shadereffects
# These examples contain no C++ and can simply be copied
EXAMPLE_FILES = \