summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-05-27 13:58:31 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-05-27 13:58:31 (GMT)
commit4199c4440ce85acde81dd19a5a3a5903f78cac3a (patch)
tree53a1f7ab3c1286c1cd634ec3ee2c27ae1ac3c77d /examples
parentaf6f81057b99981880bf9aa26df1a5b838b6405f (diff)
downloadQt-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')
-rw-r--r--examples/widgets/maemovibration/maemovibration.pro2
-rw-r--r--examples/widgets/widgets.pro2
2 files changed, 2 insertions, 2 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!)
}
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