mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Fixed compilation for CMake.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f49a9007a7
commit
9c2c336628
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
|
||||
#include "subsurfacesysinfo.h"
|
||||
#include <QString>
|
||||
#include "qplatformdefs.h"
|
||||
#include <QFile>
|
||||
#include <QSettings>
|
||||
|
||||
|
|
Loading…
Reference in a new issue