summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-21 12:00:05 +0100
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-01-08 11:09:10 +0100
commit3758b0183e182007ac68fa74af93821a0353c5e6 (patch)
tree3584a513b7da3f4aa3dc0bcfc86227d4f21ac72f /examples/examples.pro
parent72b7f2ca4d37d6de60235220036fd639813fb3ac (diff)
make use of qtHaveModule()
Change-Id: I7cd0b3e1ac9f326b249bc8ed2ca5abf522cc619a Reviewed-by: Jørgen Lind <jorgen.lind@gmail.com> Reviewed-by: Tasuku Suzuki <stasuku@gmail.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index c857dbd4e..519622b59 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,10 +1,10 @@
TEMPLATE=subdirs
SUBDIRS += qwindow-compositor
-!contains(QT_CONFIG, no-widgets) {
+qtHaveModule(widgets) {
SUBDIRS += qwidget-compositor
}
-contains(QT_CONFIG, quick) {
+qtHaveModule(quick) {
SUBDIRS += qml-compositor
}