Merge branch 'master' of https://vcs.maemo.org/git/situare
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Fri, 18 Jun 2010 11:39:11 +0000 (14:39 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Fri, 18 Jun 2010 11:39:11 +0000 (14:39 +0300)
1  2 
src/src.pro

diff --combined src/src.pro
@@@ -21,6 -21,7 +21,7 @@@ SOURCES += main.cpp 
      map/mapengine.cpp \
      map/mapfetcher.cpp \
      map/mapscene.cpp \
+     map/mapscroller.cpp \
      map/maptile.cpp \
      map/maptilerequest.cpp \
      map/mapview.cpp \
@@@ -51,7 -52,6 +52,6 @@@
      ui/zoombutton.cpp \
      ui/zoombuttonpanel.cpp \
      user/user.cpp \
-     map/mapscroller.cpp \
      ui/fullscreenbutton.cpp
  HEADERS += common.h \
      engine/engine.h \
@@@ -69,6 -69,7 +69,7 @@@
      map/mapengine.h \
      map/mapfetcher.h \
      map/mapscene.h \
+     map/mapscroller.h \
      map/maptile.h \
      map/maptilerequest.h \
      map/mapview.h \
      ui/zoombutton.h \
      ui/zoombuttonpanel.h \
      user/user.h \
-     map/mapscroller.h \
      ui/fullscreenbutton.h
  QT += network \
      webkit
@@@ -122,7 -122,7 +122,7 @@@ simulator 
          SOURCES += network/networkhandlerprivate.cpp
          HEADERS += network/networkhandlerprivate.h
          QT += dbus
 -        CONFIG += icd2
 +        CONFIG += icd2 qdbus
          SOURCES += gps/gpspositionprivateliblocation.cpp \
                     gps/liblocationwrapper.cpp \
                     gps/geopositioninfo.cpp \
                     gps/geocoordinate.h
          CONFIG += link_pkgconfig
          PKGCONFIG += glib-2.0 liblocation
 +        LIBS += -llocation
      } else {
          SOURCES += gps/gpspositionprivatestub.cpp \
                     network/networkhandlerprivatestub.cpp