summaryrefslogtreecommitdiffstats
path: root/examples/gestures
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-06-23 07:50:18 +0200
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-06-23 07:50:18 +0200
commit6fc3873707ae9e8c002b14800bac9fd64faca42b (patch)
treea012940ce31c00ce9032aac9d714d334fad600ee /examples/gestures
parentfb8adb2b1d23ed1bd9f8c1e9ebb00ad9bd0023d7 (diff)
Don't build the gesture browser "example" if webkit or svg are disabled
Diffstat (limited to 'examples/gestures')
-rw-r--r--examples/gestures/gestures.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/gestures/gestures.pro b/examples/gestures/gestures.pro
index 050be194ac..3faee7ae09 100644
--- a/examples/gestures/gestures.pro
+++ b/examples/gestures/gestures.pro
@@ -1,12 +1,13 @@
TEMPLATE = \
subdirs
SUBDIRS = \
- browser \
imageviewer \
graphicsview \
collidingmice \
pannablewebview
+contains(QT_CONFIG, webkit):contains(QT_CONFIG, svg):SUBDIRS += browser
+
# install
target.path = $$[QT_INSTALL_EXAMPLES]/gestures
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS gestures.pro README