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/maemovibration | |
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/maemovibration')
-rw-r--r-- | examples/widgets/maemovibration/maemovibration.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/maemovibration/maemovibration.pro b/examples/widgets/maemovibration/maemovibration.pro index 5c645dd..e4107c6 100644 --- a/examples/widgets/maemovibration/maemovibration.pro +++ b/examples/widgets/maemovibration/maemovibration.pro @@ -47,6 +47,6 @@ maemo5 { } !maemo5 { - error(The Maemo Vibration Example only works for the maemo target!) + warning(The Maemo Vibration Example only works for the maemo target!) } |