diff -r 2b40d63a9c3d -r 90517678cc4f qtmobility/tests/auto/qlocationtestutils.cpp --- a/qtmobility/tests/auto/qlocationtestutils.cpp Fri Apr 16 15:51:22 2010 +0300 +++ b/qtmobility/tests/auto/qlocationtestutils.cpp Mon May 03 13:18:40 2010 +0300 @@ -74,6 +74,8 @@ { #if defined(Q_OS_SYMBIAN) && defined(QT_LOCATION_S60_MONITORING) return true; +#elif defined (Q_WS_MAEMO_5) + return true; #else return false; #endif