From 89eed5d36e611f882dbf1e2686ad389f65688fa1 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 8 Jan 2016 13:11:49 -0200 Subject: Untangle Library Linkage with the adittion of gpslistmodel/location, the libraries qt-models had a direct dependency on subsurface-core, and subsurface-core had a direct dependency on qt-models, this is bad. Moving a bit of code around I'v managed to clean this out, and also to clear a bit of uneeded code (GpsTracker and gpsTracker where basically the same thing.) Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-models/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qt-models/CMakeLists.txt') diff --git a/qt-models/CMakeLists.txt b/qt-models/CMakeLists.txt index c35ca4377..34e462fa3 100644 --- a/qt-models/CMakeLists.txt +++ b/qt-models/CMakeLists.txt @@ -20,6 +20,8 @@ set(SUBSURFACE_MODELS_LIB_SRCS divelocationmodel.cpp divesitepicturesmodel.cpp ssrfsortfilterproxymodel.cpp + divelistmodel.cpp + gpslistmodel.cpp ) source_group("Subsurface Models" FILES ${SUBSURFACE_MODELS}) -- cgit v1.2.3-70-g09d2