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 | |
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>
-rw-r--r-- | CMakeLists.txt | 3 | ||||
-rw-r--r-- | subsurfacesysinfo.cpp | 1 |
2 files changed, 3 insertions, 1 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 diff --git a/subsurfacesysinfo.cpp b/subsurfacesysinfo.cpp index a5fd1fe0d..ca3b161a3 100644 --- a/subsurfacesysinfo.cpp +++ b/subsurfacesysinfo.cpp @@ -42,7 +42,6 @@ #include "subsurfacesysinfo.h" #include <QString> -#include "qplatformdefs.h" #include <QFile> #include <QSettings> |