diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-05-08 14:58:45 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-05-08 14:58:45 (GMT) |
commit | 1283c8734b137d1d7cc7c88e5e120e14c45852d1 (patch) | |
tree | 2fa394bb0b6b49614d8c7ed9474ab3a03fe8015d /examples | |
parent | 5d7e624593172a9901d0bb44d57fe6e7697fd113 (diff) | |
download | Qt-1283c8734b137d1d7cc7c88e5e120e14c45852d1.zip Qt-1283c8734b137d1d7cc7c88e5e120e14c45852d1.tar.gz Qt-1283c8734b137d1d7cc7c88e5e120e14c45852d1.tar.bz2 |
build the multitouch examples from the top-level build
just needed to add multitouch to SUBDIRS in examples/examples.pro
Diffstat (limited to 'examples')
-rw-r--r-- | examples/examples.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 41501a0..2d49103 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 |