diff options
-rw-r--r-- | examples/gestures/gestures.pro | 5 |
1 files changed, 4 insertions, 1 deletions
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 |