summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-01 15:37:41 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-01 16:02:34 -0700
commitf45618f0c7ce5af85e0f69aab49ef20a1663bca1 (patch)
tree839eab034e60bd663e61810e1d4c84d1ac7b85ca /Makefile
parent482bea84c2f218f515b3b16556197379623a8028 (diff)
downloadsubsurface-f45618f0c7ce5af85e0f69aab49ef20a1663bca1.tar.gz
Create Add Weightsystem dialog
My first attempt to create a Qt dialog and to hook it up with the program. Unsurprisingly this doesn't quite work as expected (i.e., the values I enter aren't populated in the model), but it's a start... 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 aac1759bc..1bb080363 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,7 @@ EXTRA_FLAGS = $(QTCXXFLAGS) $(GTKCFLAGS) $(GLIB2CFLAGS) $(XML2CFLAGS) \
HEADERS = \
qt-ui/addcylinderdialog.h \
+ qt-ui/addweightsystemdialog.h \
qt-ui/divelistview.h \
qt-ui/maintab.h \
qt-ui/mainwindow.h \
@@ -70,6 +71,7 @@ SOURCES = \
webservice.c \
qt-gui.cpp \
qt-ui/addcylinderdialog.cpp \
+ qt-ui/addweightsystemdialog.cpp \
qt-ui/divelistview.cpp \
qt-ui/maintab.cpp \
qt-ui/mainwindow.cpp \