Added Database class.
[situare] / src / src.pro
index c7b9559..1b9883d 100644 (file)
@@ -73,13 +73,16 @@ SOURCES += main.cpp \
     ui/panelbar.cpp \
     ui/panelbase.cpp \
     ui/panelcontentstack.cpp \
+    ui/panelcontextbuttonbar.cpp \
     ui/paneltab.cpp \
     ui/paneltabbar.cpp \
     ui/tabbedpanel.cpp \
     ui/routingpanel.cpp \
     ui/routewaypointlistitem.cpp \
     ui/routewaypointlistview.cpp \
-    user/user.cpp
+    user/user.cpp \
+    ui/meetpeoplepanel.cpp \
+    situareservice/database.cpp
 HEADERS += application.h \
     common.h \
     coordinates/geocoordinate.h \
@@ -150,15 +153,19 @@ HEADERS += application.h \
     ui/panelbase.h \
     ui/panelcommon.h \
     ui/panelcontentstack.h \
+    ui/panelcontextbuttonbar.h \
     ui/paneltab.h \
     ui/paneltabbar.h \
     ui/tabbedpanel.h \
     ui/routingpanel.h \
     ui/routewaypointlistitem.h \
     ui/routewaypointlistview.h \
-    user/user.h
+    user/user.h \
+    ui/meetpeoplepanel.h \
+    situareservice/database.h
 QT += network \
-    webkit
+    webkit \
+    sql
 
 DEFINES += QT_NO_DEBUG_OUTPUT
 
@@ -169,7 +176,7 @@ simulator {
                gps/gpspositionprivate.h
     QT += maemo5
     CONFIG += mobility
-    MOBILITY += location
+    MOBILITY += location messaging
 } else:maemo5 {
     armel {
         DEFINES += ARMEL
@@ -189,6 +196,9 @@ simulator {
         CONFIG += link_pkgconfig
         PKGCONFIG += glib-2.0 liblocation mce
         LIBS += -llocation
+        CONFIG += mobility
+        MOBILITY += messaging
+
     } else {
         SOURCES += gps/gpspositionprivatestub.cpp \
                    network/networkhandlerprivatestub.cpp \