From 2957f1e2cc6ac656530a485ad76de816ee94430a Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Wed, 1 Jan 2025 17:21:28 +1300 Subject: [PATCH] Android: Fix the Build. Fix the Android build after a missing file was introduced in 5889c1a3f82d21d56cf33b62e72e73af6c5a2835. Signed-off-by: Michael Keller --- Subsurface-mobile.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro index 4cf78e015..97aa5eaae 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -56,6 +56,7 @@ SOURCES += subsurface-mobile-main.cpp \ core/filterconstraint.cpp \ core/filterpreset.cpp \ core/filterpresettable.cpp \ + core/fit_file.cpp \ core/divelist.cpp \ core/divelog.cpp \ core/gas-model.cpp \