Merge branch 'map' of https://vcs.maemo.org/git/situare into map
[situare] / src / src.pro
index 3a4eace..f988330 100644 (file)
@@ -22,6 +22,7 @@ SOURCES += main.cpp \
     map/mapfetcher.cpp \
     map/mapzoompanel.cpp \
     map/mapbutton.cpp \
+    map/ownlocationitem.cpp \
     ui/pixmap.cpp \
     ui/infotab.cpp \
     ui/updatelocation/updatelocationdialog.cpp \
@@ -42,6 +43,7 @@ HEADERS += ui/mainwindow.h \
     map/mapcommon.h \
     map/mapzoompanel.h \
     map/mapbutton.h \
+    map/ownlocationitem.h \
     ui/pixmap.h \
     ui/infotab.h \
     ui/updatelocation/updatelocationdialog.h \
@@ -73,7 +75,6 @@ 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)
-    message(and deb-src http://repository.maemo.org/extras-devel fremantle free non-free)
     message(to scratchbox's sources.list in /etc/apt)
     message(run: apt-get update)
     message(install headers with: apt-get install libqjson-dev)