diff options
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | qthelper.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 153f8d628..ef58bbf57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -136,6 +136,7 @@ SET(SUBSURFACE_INTERFACE qt-ui/tagwidget.cpp qt-ui/groupedlineedit.cpp qt-ui/usermanual.cpp + qt-ui/divelogexportdialog.cpp ) #the profile widget diff --git a/qthelper.cpp b/qthelper.cpp index 101530dba..b2baedc1f 100644 --- a/qthelper.cpp +++ b/qthelper.cpp @@ -6,7 +6,6 @@ #include <QDebug> #include <QSettings> #include <libxslt/documents.h> -#include "mainwindow.h" #define tr(_arg) QObject::tr(_arg) |