Finalised the classes for panels
[situare] / src / src.pro
index df2ee66..3dc44b8 100644 (file)
@@ -37,7 +37,10 @@ SOURCES += main.cpp \
     engine/engine.cpp \
     ui/settingsdialog.cpp \
     map/maptilerequest.cpp \
-    ui/friendlistpanel.cpp
+    ui/friendlistpanel.cpp \
+    ui/userpanel.cpp \
+    ui/panelsidebar.cpp \
+    ui/panelsliderbar.cpp
 HEADERS += ui/mainwindow.h \
     ui/mapviewscreen.h \
     ui/listviewscreen.h \
@@ -71,7 +74,11 @@ HEADERS += ui/mainwindow.h \
     engine/engine.h \
     ui/settingsdialog.h \
     map/maptilerequest.h \
-    ui/friendlistpanel.h
+    ui/friendlistpanel.h \
+    ui/userpanel.h \
+    ui/panelcommon.h \
+    ui/panelsidebar.h \
+    ui/panelsliderbar.h
 QT += network \
     webkit
 DEFINES += QT_NO_DEBUG_OUTPUT
@@ -80,7 +87,7 @@ DEFINES += QT_NO_DEBUG_OUTPUT
     message(Make sure you have QJson development headers installed)
     message(install headers with: sudo apt-get install libqjson-dev)
 }
-maemo5 {
+maemo5 { 
     message(QJson built in)
     message(Make sure you have QJson development headers installed)
     message(add: deb http://repository.maemo.org/extras-devel fremantle free non-free)