From 7484a16ffeaf2c7640fc35b424a66cdd8695841c Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Fri, 26 Jun 2009 10:02:22 +0200 Subject: Don't build the pannablewebview example if webkit is disabled --- examples/gestures/gestures.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/gestures/gestures.pro b/examples/gestures/gestures.pro index 3faee7a..40809bb 100644 --- a/examples/gestures/gestures.pro +++ b/examples/gestures/gestures.pro @@ -6,7 +6,10 @@ SUBDIRS = \ collidingmice \ pannablewebview -contains(QT_CONFIG, webkit):contains(QT_CONFIG, svg):SUBDIRS += browser +contains(QT_CONFIG, webkit) { + SUBDIRS += pannablewebview + contains(QT_CONFIG, svg):SUBDIRS += browser +} # install target.path = $$[QT_INSTALL_EXAMPLES]/gestures -- cgit v0.12