diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-06-19 12:21:16 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-20 15:41:32 -0700 |
commit | 9c2c3366285871d40cb769d93bfa0a0144464c9b (patch) | |
tree | 32362db82dcb639c1210fe7734c54e2976d90aee /CMakeLists.txt | |
parent | f49a9007a7ac07a57339f4a289465749407ff4e8 (diff) | |
download | subsurface-9c2c3366285871d40cb769d93bfa0a0144464c9b.tar.gz |
Fixed compilation for CMake.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 596d86f6a..ed9f3cc38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,6 +107,7 @@ SET(SUBSURFACE_CORE_LIB_SRCS qthelper.cpp divecomputer.cpp exif.cpp + subsurfacesysinfo.cpp ) #the interface, in C++ @@ -139,6 +140,8 @@ SET(SUBSURFACE_INTERFACE qt-ui/usermanual.cpp qt-ui/divelogexportdialog.cpp qt-ui/divepicturewidget.cpp + qt-ui/usersurvey.cpp + ) #the profile widget |