aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2013-06-24 14:36:38 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-06-24 07:44:28 -0700
commitf3b04a88dffcda6cbe10be81d5c9613e0ab00c37 (patch)
treea8deb49502d1b4bdf9015b057acc8e25df920377 /Makefile
parentef0272f5efb7cfd7d864dbe1f53b18348de305d3 (diff)
downloadsubsurface-f3b04a88dffcda6cbe10be81d5c9613e0ab00c37.tar.gz
Add an 'About' dialog for the Qt UI
The dialog is similar to the one in the GTK version Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1a4f60ace..664cd973e 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,7 @@ HEADERS = \
qt-ui/subsurfacewebservices.h \
qt-ui/divecomputermanagementdialog.h \
qt-ui/diveplanner.h \
+ qt-ui/about.h \
SOURCES = \
@@ -88,6 +89,7 @@ SOURCES = \
qt-ui/subsurfacewebservices.cpp \
qt-ui/divecomputermanagementdialog.cpp \
qt-ui/diveplanner.cpp \
+ qt-ui/about.cpp \
$(RESFILE)