From 24c06f644ce04610ad010412b64bc1dc7443c639 Mon Sep 17 00:00:00 2001 From: John Brooks Date: Tue, 8 Feb 2011 19:33:39 -0700 Subject: Fix building of examples with -no-webkit Reviewed-by: Olivier Goffart Merge-request: 1084 --- examples/scroller/scroller.pro | 6 +++--- 1 file 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 -- cgit v0.12