summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 050be19..3faee7a 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