From 4199c4440ce85acde81dd19a5a3a5903f78cac3a Mon Sep 17 00:00:00 2001 From: David Boddie Date: Fri, 27 May 2011 15:58:31 +0200 Subject: Doc: Fixed a scope test for maemo5 and made an error a warning instead. --- examples/widgets/maemovibration/maemovibration.pro | 2 +- examples/widgets/widgets.pro | 2 +- 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 -- cgit v0.12