From 6fc3873707ae9e8c002b14800bac9fd64faca42b Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Tue, 23 Jun 2009 07:50:18 +0200 Subject: Don't build the gesture browser "example" if webkit or svg are disabled --- examples/gestures/gestures.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/gestures') diff --git a/examples/gestures/gestures.pro b/examples/gestures/gestures.pro index 050be194ac..3faee7ae09 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 -- cgit v1.2.3