From 1283c8734b137d1d7cc7c88e5e120e14c45852d1 Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Fri, 8 May 2009 16:58:45 +0200 Subject: build the multitouch examples from the top-level build just needed to add multitouch to SUBDIRS in examples/examples.pro --- examples/examples.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/examples.pro') diff --git a/examples/examples.pro b/examples/examples.pro index 41501a0205..2d49103c5d 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -20,7 +20,8 @@ SUBDIRS = \ widgets \ uitools \ xml \ - script + script \ + multitouch contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon contains(QT_CONFIG, webkit): SUBDIRS += webkit -- cgit v1.2.3 From 3bd53464371aed9c655f39d096665f9e4875ea20 Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Wed, 10 Jun 2009 14:01:37 +0200 Subject: add gesture examples to the examples.pro SUBDIRS --- examples/examples.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/examples.pro') diff --git a/examples/examples.pro b/examples/examples.pro index d537b8f495..5382e28fc1 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -23,7 +23,8 @@ SUBDIRS = \ uitools \ xml \ script \ - multitouch + multitouch \ + gestures contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon contains(QT_CONFIG, webkit): SUBDIRS += webkit -- cgit v1.2.3