Fixed src.pro file
authorPekka Nissinen <pekka.nissinen@ixonos.com>
Thu, 8 Apr 2010 09:18:09 +0000 (12:18 +0300)
committerPekka Nissinen <pekka.nissinen@ixonos.com>
Thu, 8 Apr 2010 09:18:09 +0000 (12:18 +0300)
src/src.pro

index 608a6af..a73f604 100644 (file)
@@ -9,12 +9,28 @@ TEMPLATE = app
 
 
 SOURCES += main.cpp \
-        ui/mainwindow.cpp \
-        ui/mapviewscreen.cpp \
-        ui/listviewscreen.cpp
-HEADERS  += ui/mainwindow.h \
-        ui/mapviewscreen.h \
-        ui/listviewscreen.h
+    ui/mainwindow.cpp \
+    ui/mapviewscreen.cpp \
+    ui/listviewscreen.cpp \
+    map/mapengine.cpp \
+    map/mapview.cpp \
+    map/mapscene.cpp \
+    map/maptile.cpp \
+    map/mapfetcher.cpp \
+    facebook_service/fbauthentication/fbauthentication.cpp
+
+HEADERS += ui/mainwindow.h \
+    ui/mapviewscreen.h \
+    ui/listviewscreen.h \
+    map/mapengine.h \
+    map/mapview.h \
+    map/mapscene.h \
+    map/maptile.h \
+    map/mapfetcher.h \
+    facebook_service/fbauthentication/fbauthentication.h
+
+QT += network \
+      webkit
 
 # -----------------------------------------------------------------
 #                      Debian packetizing additions