From a816cfed03b7a02156377c29bd8a77b9c58333db Mon Sep 17 00:00:00 2001 From: Arseniy-Movshev Date: Thu, 8 Jun 2023 14:55:29 +0100 Subject: Move fileNameForDate to a common header file This function shows up in quite a few places so this seems justified. Other functions may get this treatment later --- qmlplugin/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qmlplugin/CMakeLists.txt') diff --git a/qmlplugin/CMakeLists.txt b/qmlplugin/CMakeLists.txt index 2b36163..3d24374 100644 --- a/qmlplugin/CMakeLists.txt +++ b/qmlplugin/CMakeLists.txt @@ -6,6 +6,8 @@ add_library( stepsDataLoader.h loggerSettings.cpp loggerSettings.h + ../common.cpp + ../common.h ) target_link_libraries(sensorlogdqmlplugin -- cgit v1.2.3-70-g09d2