mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
51e5030c06
commit
3750d55665
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include <QDebug>
|
||||
#include <QSettings>
|
||||
#include <libxslt/documents.h>
|
||||
#include "mainwindow.h"
|
||||
|
||||
#define tr(_arg) QObject::tr(_arg)
|
||||
|
||||
|
|
Loading…
Reference in a new issue