diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-06-10 12:01:37 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-06-10 12:01:37 (GMT) |
commit | 3bd53464371aed9c655f39d096665f9e4875ea20 (patch) | |
tree | 9ed7907bf2408a54c9c1804ce97869a80592e8d1 /examples/examples.pro | |
parent | 91323ecc5b884679e04b29072508fec6e765a666 (diff) | |
download | Qt-3bd53464371aed9c655f39d096665f9e4875ea20.zip Qt-3bd53464371aed9c655f39d096665f9e4875ea20.tar.gz Qt-3bd53464371aed9c655f39d096665f9e4875ea20.tar.bz2 |
add gesture examples to the examples.pro SUBDIRS
Diffstat (limited to 'examples/examples.pro')
-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 d537b8f..5382e28 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 |