qtmobility/tests/auto/qlocationtestutils.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- 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