summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2013-06-04 14:14:42 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-04 15:35:30 +0200
commitbb4c9761d2746fa26c67ed07821fdb38bb0a3c9b (patch)
tree5aa9aa4ab56717d161bd124dfd5c0c2b0c083cda
parent40533fc252c88b18dab9124d3805d70bde0ecb5d (diff)
downloadqtwebkit-examples-bb4c9761d2746fa26c67ed07821fdb38bb0a3c9b.tar.gz
Only build QML examples if the QtQuick module is availablev5.1.0-rc2v5.1.0-rc1v5.1.0
Task-number: QTBUG-31255 Change-Id: If0b46400416c82858bca509903ef711b9fb250ea Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
-rw-r--r--examples/examples.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 69cdb08..b05b780 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS += webkitqml
+qtHaveModule(quick): SUBDIRS += webkitqml
qtHaveModule(webkitwidgets): SUBDIRS += webkitwidgets