summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-05-08 16:58:45 +0200
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-05-08 16:58:45 +0200
commit1283c8734b137d1d7cc7c88e5e120e14c45852d1 (patch)
tree2fa394bb0b6b49614d8c7ed9474ab3a03fe8015d /examples/examples.pro
parent5d7e624593172a9901d0bb44d57fe6e7697fd113 (diff)
build the multitouch examples from the top-level build
just needed to add multitouch to SUBDIRS in examples/examples.pro
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro3
1 files changed, 2 insertions, 1 deletions
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