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 /CMakeLists.txt | |
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>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 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 |