build-system: move plannerShared to backend-shared

WARNING: multi directory commit, needed to secure it builds.

move the core/plannerShared.* to backend-shared.

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>
This commit is contained in:
jan Iversen 2019-12-14 23:12:26 +01:00 committed by Dirk Hohndel
parent 9c52aaf043
commit 7751ec1c78
7 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@
#include "core/units.h"
#include "core/settings/qPrefDivePlanner.h"
#include "core/gettextfromc.h"
#include "core/plannershared.h"
#include "backend-shared/plannershared.h"
#include "qt-models/cylindermodel.h"
#include "qt-models/models.h"