Merge branch 'master' into map_double_click_zoom
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Fri, 18 Jun 2010 12:38:41 +0000 (15:38 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Fri, 18 Jun 2010 12:38:41 +0000 (15:38 +0300)
Conflicts:
src/src.pro

1  2 
src/src.pro
src/ui/mainwindow.cpp

diff --cc src/src.pro
@@@ -122,19 -122,18 +122,20 @@@ simulator 
          SOURCES += network/networkhandlerprivate.cpp
          HEADERS += network/networkhandlerprivate.h
          QT += dbus
 -        CONFIG += icd2 qdbus
 -        SOURCES += gps/gpspositionprivateliblocation.cpp \
 -                   gps/liblocationwrapper.cpp \
 -                   gps/geopositioninfo.cpp \
 -                   gps/geocoordinate.cpp
 -        HEADERS += gps/gpspositionprivateliblocation.h \
 -                   gps/liblocationwrapper.h \
 -                   gps/geopositioninfo.h \
 -                   gps/geocoordinate.h
 -        CONFIG += link_pkgconfig
 -        PKGCONFIG += glib-2.0 liblocation
 -        LIBS += -llocation
 +        CONFIG += icd2
 +#        SOURCES += gps/gpspositionprivateliblocation.cpp \
 +#                   gps/liblocationwrapper.cpp \
 +#                   gps/geopositioninfo.cpp \
 +#                   gps/geocoordinate.cpp
 +#        HEADERS += gps/gpspositionprivateliblocation.h \
 +#                   gps/liblocationwrapper.h \
 +#                   gps/geopositioninfo.h \
 +#                   gps/geocoordinate.h
 +#        CONFIG += link_pkgconfig
 +#        PKGCONFIG += glib-2.0 liblocation
++#        LIBS += -llocation
 +        SOURCES += gps/gpspositionprivatestub.cpp
 +        HEADERS += gps/gpspositionprivatestub.h
      } else {
          SOURCES += gps/gpspositionprivatestub.cpp \
                     network/networkhandlerprivatestub.cpp
Simple merge