diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2016-01-22 18:37:18 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-24 21:27:05 -0800 |
commit | fd175e87812a0ec83206c60b18c50f2f49ed1838 (patch) | |
tree | bc3f74d2b5817ddb2da537367e89cd520b97a5cb /subsurface-core/CMakeLists.txt | |
parent | b01bca7953808332e216d1254256c1bfb57017c5 (diff) | |
download | subsurface-fd175e87812a0ec83206c60b18c50f2f49ed1838.tar.gz |
Make it compile
This is not hoocked up on Subsurface code yet, but it's already
being compilled. now I just need to hoock things up.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/CMakeLists.txt')
-rw-r--r-- | subsurface-core/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-core/CMakeLists.txt b/subsurface-core/CMakeLists.txt index 0e060b015..b172bc62d 100644 --- a/subsurface-core/CMakeLists.txt +++ b/subsurface-core/CMakeLists.txt @@ -84,7 +84,7 @@ set(SUBSURFACE_CORE_LIB_SRCS #Subsurface Qt have the Subsurface structs QObjectified for easy access via QML. subsurface-qt/DiveObjectHelper.cpp - #subsurface-qt/SettingsObjectWrapper.cpp + subsurface-qt/SettingsObjectWrapper.cpp ${SERIAL_FTDI} ${PLATFORM_SRC} ${BT_CORE_SRC_FILES} |