summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJohn Brooks <special@dereferenced.net>2011-02-09 02:33:39 (GMT)
committerOlivier Goffart <olivier.goffart@nokia.com>2011-02-09 10:18:21 (GMT)
commit24c06f644ce04610ad010412b64bc1dc7443c639 (patch)
tree19016062a419a09aa477db32f056757522bf6388 /examples
parent59f440ef78d310fdf18d655b2b768b6e59786fa9 (diff)
downloadQt-24c06f644ce04610ad010412b64bc1dc7443c639.zip
Qt-24c06f644ce04610ad010412b64bc1dc7443c639.tar.gz
Qt-24c06f644ce04610ad010412b64bc1dc7443c639.tar.bz2
Fix building of examples with -no-webkit
Reviewed-by: Olivier Goffart Merge-request: 1084
Diffstat (limited to 'examples')
-rw-r--r--examples/scroller/scroller.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/scroller/scroller.pro b/examples/scroller/scroller.pro
index e830745..9a9991a 100644
--- a/examples/scroller/scroller.pro
+++ b/examples/scroller/scroller.pro
@@ -1,7 +1,7 @@
TEMPLATE = subdirs
-SUBDIRS = graphicsview \
- plot \
- wheel
+SUBDIRS = graphicsview
+
+contains(QT_CONFIG, webkit):SUBDIRS += plot wheel
# install
sources.files = *.pro