Added userinfo
[situare] / src / src.pro
index 9f7f6e2..5183ea6 100644 (file)
@@ -40,7 +40,8 @@ SOURCES += main.cpp \
     ui/panelsidebar.cpp \
     ui/panelsliderbar.cpp \
     map/friendgroupitem.cpp \
-    map/frienditemshandler.cpp
+    map/frienditemshandler.cpp \
+    ui/userinfo.cpp
 HEADERS += ui/mainwindow.h \
     ui/mapviewscreen.h \
     map/mapengine.h \
@@ -78,18 +79,17 @@ HEADERS += ui/mainwindow.h \
     ui/panelsidebar.h \
     ui/panelsliderbar.h \
     map/friendgroupitem.h \
-    map/frienditemshandler.h
+    map/frienditemshandler.h \
+    ui/userinfo.h
 QT += network \
     webkit
-
-DEFINES += QT_NO_DEBUG_OUTPUT
-
-!maemo5 {
+#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 { 
     QT += maemo5
     message(QJson built in)
     message(Make sure you have QJson development headers installed)
@@ -102,7 +102,7 @@ maemo5 {
 # -----------------------------------------------------------------
 # Debian packetizing additions
 # -----------------------------------------------------------------
-unix {
+unix { 
     # VARIABLES
     isEmpty(PREFIX):PREFIX = /usr
     BINDIR = $$PREFIX/bin