From 66d3e99ff2bea172d991ad59db19586ce7bcbed6 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 9 Oct 2015 19:18:45 -0300 Subject: Add a PluginManager class This class is currently very small but the reason of existence is to allow subsurface to be easily extendable via plugins. The current type of plugin that I'm making is Social Network, but another possibilities: - Dive Simulation Algorithm - Import/Export Filters - Profile Overlays Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- subsurface-core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'subsurface-core/CMakeLists.txt') diff --git a/subsurface-core/CMakeLists.txt b/subsurface-core/CMakeLists.txt index 60efb7d92..e56f8bb34 100644 --- a/subsurface-core/CMakeLists.txt +++ b/subsurface-core/CMakeLists.txt @@ -72,6 +72,7 @@ set(SUBSURFACE_CORE_LIB_SRCS qtserialbluetooth.cpp metrics.cpp color.cpp + pluginmanager.cpp ${SERIAL_FTDI} ${PLATFORM_SRC} ${BT_CORE_SRC_FILES} -- cgit v1.2.3-70-g09d2