1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-05 10:12:46 +00:00

WIP: extract loading logic from model

Loading logic should be extracted from the model, to make
loading the data from other sources, such as a local database for
synchronised items, possible.
This commit is contained in:
Chris Josten 2021-03-05 15:34:10 +01:00
parent 40d8793bd8
commit 17d4b2c24b
7 changed files with 168 additions and 21 deletions

View file

@ -4,6 +4,7 @@ set (CMAKE_CXX_STANDARD 17)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
set(CMAKE_AUTOMOC ON)
cmake_policy(SET CMP0048 NEW)
set(CMAKE_CXX_STANDARD 17)
# Options
option(PLATFORM_SAILFISHOS "Build SailfishOS version of application" OFF)