summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-02-20 10:42:09 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-22 15:42:15 +0100
commit22a18ef680833aacd89db571263a9bcf31c7f7db (patch)
tree319e516886356ceb5916a4787f13bdeb0ac3dc6b
parent28e3409731241d727bca48be6b04cdacce463a10 (diff)
downloadqtwebkit-examples-22a18ef680833aacd89db571263a9bcf31c7f7db.tar.gz
disable the module when webkit is missing
webkit may exclude itself from compilation. Change-Id: Icd15ddf1025bf8a29221c1d3f9a14ae190dbe5d8 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
-rw-r--r--qtwebkit-examples-and-demos.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtwebkit-examples-and-demos.pro b/qtwebkit-examples-and-demos.pro
index 3d23bb4..c6ad8c8 100644
--- a/qtwebkit-examples-and-demos.pro
+++ b/qtwebkit-examples-and-demos.pro
@@ -1,2 +1,4 @@
+requires(qtHaveModule(webkit))
+
TEMPLATE = subdirs
SUBDIRS += examples doc