added base class for own and friend locations. added new class for
[situare] / tests / map / ownlocationitem / ownlocationitem.pro
index fddfa84..9dfbbcb 100644 (file)
@@ -21,7 +21,10 @@ SOURCES += testownlocationitem.cpp \
      ../../../src/map/ownlocationitem.cpp \
      ../../../src/map/mapview.cpp \
      ../../../src/map/mapzoompanel.cpp \
-    ../../../src/map/mapbutton.cpp
+     ../../../src/map/mapbutton.cpp \
+     ../../../src/map/baselocationitem.cpp \
+     ../../../src/user/user.cpp \
+     ../../../src/map/friendlocationitem.cpp
 
 HEADERS += ../../../src/map/ownlocationitem.h \
      ../../../src/map/mapscene.h \
@@ -30,5 +33,8 @@ HEADERS += ../../../src/map/ownlocationitem.h \
      ../../../src/map/mapfetcher.h \
      ../../../src/map/mapcommon.h \
      ../../../src/map/mapview.h \
-    ../../../src/map/mapzoompanel.h \
-    ../../../src/map/mapbutton.h
+     ../../../src/map/mapzoompanel.h \
+     ../../../src/map/mapbutton.h \
+     ../../../src/map/baselocationitem.h \
+     ../../../src/user/user.h \
+     ../../../src/map/friendlocationitem.h