diff options
author | David Boddie <david.boddie@nokia.com> | 2011-05-27 13:58:31 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-05-27 13:58:31 (GMT) |
commit | 4199c4440ce85acde81dd19a5a3a5903f78cac3a (patch) | |
tree | 53a1f7ab3c1286c1cd634ec3ee2c27ae1ac3c77d /examples/widgets/widgets.pro | |
parent | af6f81057b99981880bf9aa26df1a5b838b6405f (diff) | |
download | Qt-4199c4440ce85acde81dd19a5a3a5903f78cac3a.zip Qt-4199c4440ce85acde81dd19a5a3a5903f78cac3a.tar.gz Qt-4199c4440ce85acde81dd19a5a3a5903f78cac3a.tar.bz2 |
Doc: Fixed a scope test for maemo5 and made an error a warning instead.
Diffstat (limited to 'examples/widgets/widgets.pro')
-rw-r--r-- | examples/widgets/widgets.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/widgets.pro b/examples/widgets/widgets.pro index 4e663ae..f957305 100644 --- a/examples/widgets/widgets.pro +++ b/examples/widgets/widgets.pro @@ -36,7 +36,7 @@ symbian: SUBDIRS = \ wiggly \ softkeys -MAEMO5: SUBDIRS += maemovibration +maemo5: SUBDIRS += maemovibration contains(styles, motif): SUBDIRS += styles |