From 0d5a7b23b192194833d80540cac8c361f3de24ec Mon Sep 17 00:00:00 2001 From: Arseniy-Movshev Date: Mon, 29 May 2023 12:52:52 +0100 Subject: Add heartrate graph --- qmlplugin/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qmlplugin/CMakeLists.txt') diff --git a/qmlplugin/CMakeLists.txt b/qmlplugin/CMakeLists.txt index 9455067..62dbef5 100644 --- a/qmlplugin/CMakeLists.txt +++ b/qmlplugin/CMakeLists.txt @@ -6,10 +6,12 @@ add_library( stepsDataLoader.h loggerSettings.cpp loggerSettings.h + hrGraph.cpp + hrGraph.h ) target_link_libraries(sensorlogdqmlplugin - Qt5::Qml Qt5::DBus + Qt5::Qml Qt5::Quick Qt5::DBus ) install(TARGETS sensorlogdqmlplugin -- cgit v1.2.3-54-g00ecf