Organized new entries in src.pro file
authorPekka Nissinen <pekka.nissinen@ixonos.com>
Fri, 18 Jun 2010 08:13:24 +0000 (11:13 +0300)
committerPekka Nissinen <pekka.nissinen@ixonos.com>
Fri, 18 Jun 2010 08:13:24 +0000 (11:13 +0300)
src/src.pro

index 4508491..5ecf933 100644 (file)
@@ -21,6 +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 @@ SOURCES += main.cpp \
     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 @@ HEADERS += common.h \
     map/mapengine.h \
     map/mapfetcher.h \
     map/mapscene.h \
+    map/mapscroller.h \
     map/maptile.h \
     map/maptilerequest.h \
     map/mapview.h \
@@ -101,7 +102,6 @@ HEADERS += common.h \
     ui/zoombutton.h \
     ui/zoombuttonpanel.h \
     user/user.h \
-    map/mapscroller.h \
     ui/fullscreenbutton.h
 QT += network \
     webkit