diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-05-21 11:24:22 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-22 07:27:47 +0900 |
commit | 3750d55665e6cb940e22b5556a65078940169c5f (patch) | |
tree | 83582a28b9dc29a608ae00019fb60ac764b0f346 | |
parent | 51e5030c06862b54cb5aa030693dbcb9eec8c01f (diff) | |
download | subsurface-3750d55665e6cb940e22b5556a65078940169c5f.tar.gz |
Fix compilation with CMake.
This changes are only to make CMake compile again after the
addition of the export dialog.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-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) |