From: Pekka Nissinen Date: Fri, 18 Jun 2010 08:13:24 +0000 (+0300) Subject: Organized new entries in src.pro file X-Git-Tag: v1.0~8^2~15 X-Git-Url: https://vcs.maemo.org/git/?p=situare;a=commitdiff_plain;h=93427bdb9a971d7717cc5f64f9116a7c63c218a2 Organized new entries in src.pro file --- diff --git a/src/src.pro b/src/src.pro index 4508491..5ecf933 100644 --- a/src/src.pro +++ b/src/src.pro @@ -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