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>
This commit is contained in:
Tomaz Canabrava 2014-05-21 11:24:22 -03:00 committed by Dirk Hohndel
parent 51e5030c06
commit 3750d55665
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -6,7 +6,6 @@
#include <QDebug>
#include <QSettings>
#include <libxslt/documents.h>
#include "mainwindow.h"
#define tr(_arg) QObject::tr(_arg)