diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-07-02 13:43:48 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-07-02 13:43:48 -0700 |
commit | be6e6638de10fd120a7adeb5d85121f41e99a9c9 (patch) | |
tree | 40da4ef273388d3d276dafe07a3e814c70641257 /Makefile | |
parent | 44c33742c26dcf9387b5c837c161e33ddc5eb060 (diff) | |
parent | 7c8bdf70d5300a0325c7c6cc8872373fc8274063 (diff) | |
download | subsurface-be6e6638de10fd120a7adeb5d85121f41e99a9c9.tar.gz |
Merge branch 'nitpicks' of github.com:tcanabrava/subsurface
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,7 @@ HEADERS = \ qt-ui/divecomputermanagementdialog.h \ qt-ui/diveplanner.h \ qt-ui/about.h \ + qt-ui/graphicsview-common.h \ SOURCES = \ @@ -92,6 +93,7 @@ SOURCES = \ qt-ui/divecomputermanagementdialog.cpp \ qt-ui/diveplanner.cpp \ qt-ui/about.cpp \ + qt-ui/graphicsview-common.cpp \ $(RESFILE) |