diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-14 21:56:31 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-24 08:44:23 +0900 |
commit | 9c52aaf043753dbb594c7420f776c836215dd6d2 (patch) | |
tree | 86c181dd37d79e00d023a755caa1841ab03339bf /mobile-widgets/qmlmanager.cpp | |
parent | 7181b7bcd1d63f4d0ba705a4688bc43ec0b27d8a (diff) | |
download | subsurface-9c52aaf043753dbb594c7420f776c836215dd6d2.tar.gz |
build-system: move exportfuncs to backend-shared
WARNING: multi directory commit, needed to secure it builds.
move the core/exportfuncs.* to backend-shared.
update backend-shared/CMakeLists.txt to generate backend-shared lib
update CMakeLists.txt to include backend-shared lib in link process.
update ios project to reflect new directory
Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r-- | mobile-widgets/qmlmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index ca8d82f13..f58fa7d83 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -45,7 +45,7 @@ #include "core/settings/qPrefPartialPressureGas.h" #include "core/settings/qPrefUnit.h" #include "core/trip.h" -#include "core/exportfuncs.h" +#include "backend-shared/exportfuncs.h" #include "core/worldmap-save.h" #include "core/uploadDiveLogsDE.h" #include "core/uploadDiveShare.h" |