diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-03-16 15:32:04 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-05-11 14:51:39 (GMT) |
commit | 9467195595d8672c3bb1a58e1f0882ba9223f8d3 (patch) | |
tree | a376f6d5a868fcd8bbd173974e3eb5554f05a051 /examples/gestures | |
parent | 841b10d10943d912fe75674045a740cff29e266c (diff) | |
download | Qt-9467195595d8672c3bb1a58e1f0882ba9223f8d3.zip Qt-9467195595d8672c3bb1a58e1f0882ba9223f8d3.tar.gz Qt-9467195595d8672c3bb1a58e1f0882ba9223f8d3.tar.bz2 |
Make sure gestures/collidingmice example is build with all gesture
examples.
Diffstat (limited to 'examples/gestures')
-rw-r--r-- | examples/gestures/gestures.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/gestures/gestures.pro b/examples/gestures/gestures.pro index 1e0f1a7..35164ac 100644 --- a/examples/gestures/gestures.pro +++ b/examples/gestures/gestures.pro @@ -2,7 +2,8 @@ TEMPLATE = \ subdirs SUBDIRS = \ imageviewer \ - graphicsview + graphicsview \ + collidingmice # install target.path = $$[QT_INSTALL_EXAMPLES]/gestures |