From 062d936042ba4c0da714e12ed5d1ab48a25e8c37 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 7 Nov 2023 14:45:03 +0100 Subject: [PATCH] Minor: Added OTHERFILES --- MOBILISIS-Calculator.pro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MOBILISIS-Calculator.pro b/MOBILISIS-Calculator.pro index 1d8a8d8..39c44bc 100644 --- a/MOBILISIS-Calculator.pro +++ b/MOBILISIS-Calculator.pro @@ -6,4 +6,8 @@ main.depends = library contains( CONFIG, PTU5_YOCTO ) { SUBDIRS = library -} \ No newline at end of file +} + +OTHER_FILES += \ + tariffs/tariff01.json \ + tariffs/tariff02.json