re-check compile on qtcreator, maemo5, maemo4
[googlelatitude] / src / gpsfake.h
index 7db29f8..34daf33 100644 (file)
@@ -3,6 +3,8 @@
 
 #include <QObject>
 
 
 #include <QObject>
 
+#ifndef Q_WS_MAEMO_5
+
 class GpsMaemo5 : public QObject {
     Q_OBJECT
 
 class GpsMaemo5 : public QObject {
     Q_OBJECT
 
@@ -33,4 +35,5 @@ private:
     double accuracy;
 };
 
     double accuracy;
 };
 
+#endif
 #endif // GPSFAKE_H
 #endif // GPSFAKE_H