From 06eec9e1e1665f2551344d8f6938e9e2eb95f34f Mon Sep 17 00:00:00 2001 From: Bill King Date: Mon, 29 Jun 2009 13:15:03 +1000 Subject: Make compile when -no-webkit is passed to configure --- examples/gestures/gestures.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/gestures/gestures.pro b/examples/gestures/gestures.pro index 40809bb..d0735ae 100644 --- a/examples/gestures/gestures.pro +++ b/examples/gestures/gestures.pro @@ -3,8 +3,7 @@ TEMPLATE = \ SUBDIRS = \ imageviewer \ graphicsview \ - collidingmice \ - pannablewebview + collidingmice contains(QT_CONFIG, webkit) { SUBDIRS += pannablewebview -- cgit v0.12