mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1d3bf5f407
commit
66d3e99ff2
3 changed files with 64 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue