Add graph animation; support for line graphs
[harbour-pedalo.git] / harbour-pedalo.pro
index 7c01192..bc118dd 100644 (file)
@@ -37,7 +37,9 @@ SOURCES += src/harbour-pedalo.cpp \
     src/statsmodel.cpp \
     src/stats.cpp \
     src/statsweekdayave.cpp \
-    src/statsweekdaycongestion.cpp
+    src/statsweekdaycongestion.cpp \
+    src/statshourcongestion.cpp \
+    src/statshourjourneys.cpp
 
 DISTFILES += qml/harbour-pedalo.qml \
     qml/cover/CoverPage.qml \
@@ -83,4 +85,6 @@ HEADERS += \
     src/statsmodel.h \
     src/stats.h \
     src/statsweekdayave.h \
-    src/statsweekdaycongestion.h
+    src/statsweekdaycongestion.h \
+    src/statshourcongestion.h \
+    src/statshourjourneys.h