Finalised the classes for panels
[situare] / src / src.pro
index 1af667f..3dc44b8 100644 (file)
@@ -38,7 +38,9 @@ SOURCES += main.cpp \
     ui/settingsdialog.cpp \
     map/maptilerequest.cpp \
     ui/friendlistpanel.cpp \
-    ui/userpanel.cpp
+    ui/userpanel.cpp \
+    ui/panelsidebar.cpp \
+    ui/panelsliderbar.cpp
 HEADERS += ui/mainwindow.h \
     ui/mapviewscreen.h \
     ui/listviewscreen.h \
@@ -73,17 +75,19 @@ HEADERS += ui/mainwindow.h \
     ui/settingsdialog.h \
     map/maptilerequest.h \
     ui/friendlistpanel.h \
-    ui/userpanel.h
+    ui/userpanel.h \
+    ui/panelcommon.h \
+    ui/panelsidebar.h \
+    ui/panelsliderbar.h
 QT += network \
     webkit
-
 DEFINES += QT_NO_DEBUG_OUTPUT
 !maemo5 { 
     message(QJson built in)
     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)