From 3750d55665e6cb940e22b5556a65078940169c5f Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Wed, 21 May 2014 11:24:22 -0300 Subject: 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 Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 1 + qthelper.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 #include #include -#include "mainwindow.h" #define tr(_arg) QObject::tr(_arg) -- cgit v1.2.3-70-g09d2